#A17206

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

Shades of Golden Brown #A17206

Tints of Golden Brown #A17206

Color information

#A17206 (or 0xA17206) is unknown color: approx Golden Brown. HEX triplet: A1, 72 and 06. RGB value is (161,114,6). Sum of RGB (Red+Green+Blue) = 161+114+6=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A17206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17206 is #5E8DF9. Grayscale: #747474. Windows color (decimal): -6196730 or 422561. OLE color: 422561.

HSL color Cylindrical-coordinate representation of color #A17206: hue angle of 41.81º 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 #A17206 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB1611146-
CMYK00.290.960.37
HSL41.81º92.81%32.75%-
HSV(B)41.81º96.27%63.14%-
XYZ20.7519.622.87-
YUV115.7466.07160.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.30%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=57.30%
G=40.57%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161114600.290.960.3741.8192.8132.75
HexA172601D60252a5d21
Octal2411626035140455213541
Binary10100001111001011001110111000001001011010101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17206; }

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

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

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

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

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

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

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

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