#A86F12

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

Shades of Golden Brown #A86F12

Tints of Golden Brown #A86F12

Color information

#A86F12 (or 0xA86F12) is unknown color: approx Golden Brown. HEX triplet: A8, 6F and 12. RGB value is (168,111,18). Sum of RGB (Red+Green+Blue) = 168+111+18=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86F12 is #5790ED. Grayscale: #757575. Windows color (decimal): -5738734 or 1208232. OLE color: 1208232.

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

Color convert

RGB16811118-
CMYK00.340.890.34
HSL37.2º80.65%36.47%-
HSV(B)37.2º89.29%65.88%-
XYZ21.9419.743.23-
YUV117.4471.88164.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.57%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 18 (7.42% from 255) = 6.06%
R=56.57%
G=37.37%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681111800.340.890.3437.280.6536.47
HexA86F120225922255124
Octal25015722042131424512144
Binary10101000110111110010010001010110011000101001011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F12; }

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

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

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

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

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

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

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

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