#A86012

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

Shades of Golden Brown #A86012

Tints of Golden Brown #A86012

Color information

#A86012 (or 0xA86012) is unknown color: approx Golden Brown. HEX triplet: A8, 60 and 12. RGB value is (168,96,18). Sum of RGB (Red+Green+Blue) = 168+96+18=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A86012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86012 is #579FED. Grayscale: #6D6D6D. Windows color (decimal): -5742574 or 1204392. OLE color: 1204392.

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

Color convert

RGB1689618-
CMYK00.430.890.34
HSL31.2º80.65%36.47%-
HSV(B)31.2º89.29%65.88%-
XYZ20.4416.732.72-
YUV108.6476.85170.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.57%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 18 (7.42% from 255) = 6.38%
R=59.57%
G=34.04%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168961800.430.890.3431.280.6536.47
HexA8601202B59221f5124
Octal25014022053131423712144
Binary1010100011000001001001010111011001100010111111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86012; }

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

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

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

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

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

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

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

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