#A1631E

Color #A1631E Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A1631E

Tints of Golden Brown #A1631E

Color information

#A1631E (or 0xA1631E) is unknown color: approx Golden Brown. HEX triplet: A1, 63 and 1E. RGB value is (161,99,30). Sum of RGB (Red+Green+Blue) = 161+99+30=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1631E is #5E9CE1. Grayscale: #6E6E6E. Windows color (decimal): -6200546 or 1991585. OLE color: 1991585.

HSL color Cylindrical-coordinate representation of color #A1631E: hue angle of 31.6º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1631E is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1619930-
CMYK00.390.810.37
HSL31.6º68.59%37.45%-
HSV(B)31.6º81.37%63.14%-
XYZ19.3916.593.41-
YUV109.6783.04164.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=55.52%
G=34.14%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161993000.390.810.3731.668.5937.45
HexA1631E0275125204525
Octal24114336047121454010545
Binary10100001110001111110010011110100011001011000001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1631E; }

 p { color: rgb(161,99,30); }

 H1.HeaderClassName
 {
   color: #A1631E;
 }
 .AnyTagClassName
 {
   color: #A1631E;
 }
</style>
background-color css

<style>
 a { background-color: #A1631E; }

 a { background-color: rgb(161,99,30); }

 div.DivClassName
 {
   background-color: #A1631E;
 }
 .BgClassName
 {
   background-color: #A1631E;
 }
</style>
border-color css

<style>
 span { border-color: #A1631E; }

 span { border-color: rgb(161,99,30); }

 td.TdClassName
 {
   border-color: #A1631E;
 }
 .TagClassName
 {
   border-color: #A1631E;
 }
</style>