#A17406

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

Shades of Golden Brown #A17406

Tints of Golden Brown #A17406

Color information

#A17406 (or 0xA17406) is unknown color: approx Golden Brown. HEX triplet: A1, 74 and 06. RGB value is (161,116,6). Sum of RGB (Red+Green+Blue) = 161+116+6=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A17406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17406 is #5E8BF9. Grayscale: #757575. Windows color (decimal): -6196218 or 423073. OLE color: 423073.

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

Color convert

RGB1611166-
CMYK00.280.960.37
HSL42.58º92.81%32.75%-
HSV(B)42.58º96.27%63.14%-
XYZ20.9820.082.94-
YUV116.9265.41159.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.89%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 6 (2.73% from 255) = 2.12%
R=56.89%
G=40.99%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161116600.280.960.3742.5892.8132.75
HexA174601C60252b5d21
Octal2411646034140455313541
Binary10100001111010011001110011000001001011010111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17406; }

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

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

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

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

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

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

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

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