#A86F08

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

Shades of Golden Brown #A86F08

Tints of Golden Brown #A86F08

Color information

#A86F08 (or 0xA86F08) is unknown color: approx Golden Brown. HEX triplet: A8, 6F and 08. RGB value is (168,111,8). Sum of RGB (Red+Green+Blue) = 168+111+8=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86F08 is #5790F7. Grayscale: #747474. Windows color (decimal): -5738744 or 552872. OLE color: 552872.

HSL color Cylindrical-coordinate representation of color #A86F08: hue angle of 38.62º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A86F08 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB1681118-
CMYK00.340.950.34
HSL38.62º90.91%34.51%-
HSV(B)38.62º95.24%65.88%-
XYZ21.8819.712.88-
YUV116.366.88164.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.54%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 8 (3.52% from 255) = 2.79%
R=58.54%
G=38.68%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168111800.340.950.3438.6290.9134.51
HexA86F80225F22275b23
Octal25015710042137424713343
Binary1010100011011111000010001010111111000101001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F08; }

 p { color: rgb(168,111,8); }

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

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

 a { background-color: rgb(168,111,8); }

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

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

 span { border-color: rgb(168,111,8); }

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