#A86E0C

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

Shades of Golden Brown #A86E0C

Tints of Golden Brown #A86E0C

Color information

#A86E0C (or 0xA86E0C) is unknown color: approx Golden Brown. HEX triplet: A8, 6E and 0C. RGB value is (168,110,12). Sum of RGB (Red+Green+Blue) = 168+110+12=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86E0C is #5791F3. Grayscale: #747474. Windows color (decimal): -5738996 or 814760. OLE color: 814760.

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

Color convert

RGB16811012-
CMYK00.350.930.34
HSL37.69º86.67%35.29%-
HSV(B)37.69º92.86%65.88%-
XYZ21.7919.52.96-
YUV116.1769.22164.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.93%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 12 (5.08% from 255) = 4.14%
R=57.93%
G=37.93%
B=4.14%

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
Decimal1681101200.350.930.3437.6986.6735.29
HexA86EC0235D22265723
Octal25015614043135424612743
Binary1010100011011101100010001110111011000101001101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86E0C; }

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

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

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

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

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

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

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

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