#A86116

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

Shades of Golden Brown #A86116

Tints of Golden Brown #A86116

Color information

#A86116 (or 0xA86116) is unknown color: approx Golden Brown. HEX triplet: A8, 61 and 16. RGB value is (168,97,22). Sum of RGB (Red+Green+Blue) = 168+97+22=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A86116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86116 is #579EE9. Grayscale: #6E6E6E. Windows color (decimal): -5742314 or 1466792. OLE color: 1466792.

HSL color Cylindrical-coordinate representation of color #A86116: hue angle of 30.82º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A86116 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB1689722-
CMYK00.420.870.34
HSL30.82º76.84%37.25%-
HSV(B)30.82º86.9%65.88%-
XYZ20.5716.932.94-
YUV109.6878.52169.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.54%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 22 (8.98% from 255) = 7.67%
R=58.54%
G=33.80%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168972200.420.870.3430.8276.8437.25
HexA8611602A57221f4d25
Octal25014126052127423711545
Binary1010100011000011011001010101010111100010111111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86116; }

 p { color: rgb(168,97,22); }

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

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

 a { background-color: rgb(168,97,22); }

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

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

 span { border-color: rgb(168,97,22); }

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