#A16204

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

Shades of Golden Brown #A16204

Tints of Golden Brown #A16204

Color information

#A16204 (or 0xA16204) is unknown color: approx Golden Brown. HEX triplet: A1, 62 and 04. RGB value is (161,98,4). Sum of RGB (Red+Green+Blue) = 161+98+4=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A16204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16204 is #5E9DFB. Grayscale: #6A6A6A. Windows color (decimal): -6200828 or 287393. OLE color: 287393.

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

Color convert

RGB161984-
CMYK00.390.980.37
HSL35.92º95.15%32.35%-
HSV(B)35.92º97.52%63.14%-
XYZ19.0916.322.26-
YUV106.1270.37167.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.22%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=61.22%
G=37.26%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16198400.390.980.3735.9295.1532.35
HexA16240276225245f20
Octal2411424047142454413740
Binary101000011100010100010011111000101001011001001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16204; }

 p { color: rgb(161,98,4); }

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

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

 a { background-color: rgb(161,98,4); }

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

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

 span { border-color: rgb(161,98,4); }

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