#A17409

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

Shades of Golden Brown #A17409

Tints of Golden Brown #A17409

Color information

#A17409 (or 0xA17409) is unknown color: approx Golden Brown. HEX triplet: A1, 74 and 09. RGB value is (161,116,9). Sum of RGB (Red+Green+Blue) = 161+116+9=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A17409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17409 is #5E8BF6. Grayscale: #757575. Windows color (decimal): -6196215 or 619681. OLE color: 619681.

HSL color Cylindrical-coordinate representation of color #A17409: hue angle of 42.24º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A17409 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB1611169-
CMYK00.280.940.37
HSL42.24º89.41%33.33%-
HSV(B)42.24º94.41%63.14%-
XYZ20.9920.093.03-
YUV117.2666.91159.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.29%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 9 (3.91% from 255) = 3.15%
R=56.29%
G=40.56%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161116900.280.940.3742.2489.4133.33
HexA174901C5E252a5921
Octal24116411034136455213141
Binary101000011110100100101110010111101001011010101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17409; }

 p { color: rgb(161,116,9); }

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

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

 a { background-color: rgb(161,116,9); }

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

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

 span { border-color: rgb(161,116,9); }

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