#A16304

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

Shades of Golden Brown #A16304

Tints of Golden Brown #A16304

Color information

#A16304 (or 0xA16304) is unknown color: approx Golden Brown. HEX triplet: A1, 63 and 04. RGB value is (161,99,4). Sum of RGB (Red+Green+Blue) = 161+99+4=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A16304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16304 is #5E9CFB. Grayscale: #6B6B6B. Windows color (decimal): -6200572 or 287649. OLE color: 287649.

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

Color convert

RGB161994-
CMYK00.390.980.37
HSL36.31º95.15%32.35%-
HSV(B)36.31º97.52%63.14%-
XYZ19.1816.512.29-
YUV106.7170.04166.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.98%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=60.98%
G=37.5%
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
Decimal16199400.390.980.3736.3195.1532.35
HexA16340276225245f20
Octal2411434047142454413740
Binary101000011100011100010011111000101001011001001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16304; }

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

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

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

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

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

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

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

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