#A16E08

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

Shades of Golden Brown #A16E08

Tints of Golden Brown #A16E08

Color information

#A16E08 (or 0xA16E08) is unknown color: approx Golden Brown. HEX triplet: A1, 6E and 08. RGB value is (161,110,8). Sum of RGB (Red+Green+Blue) = 161+110+8=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16E08 is #5E91F7. Grayscale: #727272. Windows color (decimal): -6197752 or 552609. OLE color: 552609.

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

Color convert

RGB1611108-
CMYK00.320.950.37
HSL40º90.53%33.14%-
HSV(B)40º95.03%63.14%-
XYZ20.3218.752.78-
YUV113.6268.4161.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 8 (3.52% from 255) = 2.87%
R=57.71%
G=39.43%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161110800.320.950.374090.5333.14
HexA16E80205F25285b21
Octal24115610040137455013341
Binary1010000111011101000010000010111111001011010001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E08; }

 p { color: rgb(161,110,8); }

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

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

 a { background-color: rgb(161,110,8); }

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

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

 span { border-color: rgb(161,110,8); }

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