#A16B08

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

Shades of Golden Brown #A16B08

Tints of Golden Brown #A16B08

Color information

#A16B08 (or 0xA16B08) is unknown color: approx Golden Brown. HEX triplet: A1, 6B and 08. RGB value is (161,107,8). Sum of RGB (Red+Green+Blue) = 161+107+8=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16B08 is #5E94F7. Grayscale: #707070. Windows color (decimal): -6198520 or 551841. OLE color: 551841.

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

Color convert

RGB1611078-
CMYK00.340.950.37
HSL38.82º90.53%33.14%-
HSV(B)38.82º95.03%63.14%-
XYZ2018.112.67-
YUV111.8669.39163.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.33%
GREEN value IS 107 (42.19% from 255) = 38.77%
BLUE value IS 8 (3.52% from 255) = 2.90%
R=58.33%
G=38.77%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161107800.340.950.3738.8290.5333.14
HexA16B80225F25275b21
Octal24115310042137454713341
Binary1010000111010111000010001010111111001011001111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16B08; }

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

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

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

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

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

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

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

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