#A86D0C

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

Shades of Golden Brown #A86D0C

Tints of Golden Brown #A86D0C

Color information

#A86D0C (or 0xA86D0C) is unknown color: approx Golden Brown. HEX triplet: A8, 6D and 0C. RGB value is (168,109,12). Sum of RGB (Red+Green+Blue) = 168+109+12=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86D0C is #5792F3. Grayscale: #747474. Windows color (decimal): -5739252 or 814504. OLE color: 814504.

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

Color convert

RGB16810912-
CMYK00.350.930.34
HSL37.31º86.67%35.29%-
HSV(B)37.31º92.86%65.88%-
XYZ21.6819.292.93-
YUV115.5869.55165.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.13%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 12 (5.08% from 255) = 4.15%
R=58.13%
G=37.72%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681091200.350.930.3437.3186.6735.29
HexA86DC0235D22255723
Octal25015514043135424512743
Binary1010100011011011100010001110111011000101001011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D0C; }

 p { color: rgb(168,109,12); }

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

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

 a { background-color: rgb(168,109,12); }

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

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

 span { border-color: rgb(168,109,12); }

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