#A17202

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

Shades of Golden Brown #A17202

Tints of Golden Brown #A17202

Color information

#A17202 (or 0xA17202) is unknown color: approx Golden Brown. HEX triplet: A1, 72 and 02. RGB value is (161,114,2). Sum of RGB (Red+Green+Blue) = 161+114+2=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A17202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17202 is #5E8DFD. Grayscale: #737373. Windows color (decimal): -6196734 or 160417. OLE color: 160417.

HSL color Cylindrical-coordinate representation of color #A17202: hue angle of 42.26º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A17202 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB1611142-
CMYK00.290.990.37
HSL42.26º97.55%31.96%-
HSV(B)42.26º98.76%63.14%-
XYZ20.7319.622.75-
YUV115.2864.07160.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.12%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=58.12%
G=41.16%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161114200.290.990.3742.2697.5531.96
HexA172201D63252a6220
Octal2411622035143455214240
Binary1010000111100101001110111000111001011010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17202; }

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

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

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

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

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

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

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

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