#A86812

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

Shades of Golden Brown #A86812

Tints of Golden Brown #A86812

Color information

#A86812 (or 0xA86812) is unknown color: approx Golden Brown. HEX triplet: A8, 68 and 12. RGB value is (168,104,18). Sum of RGB (Red+Green+Blue) = 168+104+18=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A86812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86812 is #5797ED. Grayscale: #717171. Windows color (decimal): -5740526 or 1206440. OLE color: 1206440.

HSL color Cylindrical-coordinate representation of color #A86812: hue angle of 34.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A86812 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB16810418-
CMYK00.380.890.34
HSL34.4º80.65%36.47%-
HSV(B)34.4º89.29%65.88%-
XYZ21.2118.272.98-
YUV113.3374.2166.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.93%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 18 (7.42% from 255) = 6.21%
R=57.93%
G=35.86%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681041800.380.890.3434.480.6536.47
HexA868120265922225124
Octal25015022046131424212144
Binary10101000110100010010010011010110011000101000101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86812; }

 p { color: rgb(168,104,18); }

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

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

 a { background-color: rgb(168,104,18); }

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

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

 span { border-color: rgb(168,104,18); }

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