#A2860C

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

Shades of Hacienda #A2860C

Tints of Hacienda #A2860C

Color information

#A2860C (or 0xA2860C) is unknown color: approx Hacienda. HEX triplet: A2, 86 and 0C. RGB value is (162,134,12). Sum of RGB (Red+Green+Blue) = 162+134+12=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2860C is #5D79F3. Grayscale: #808080. Windows color (decimal): -6126068 or 820898. OLE color: 820898.

HSL color Cylindrical-coordinate representation of color #A2860C: hue angle of 48.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2860C is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB16213412-
CMYK00.170.930.36
HSL48.8º86.21%34.12%-
HSV(B)48.8º92.59%63.53%-
XYZ23.4924.763.89-
YUV128.4662.28151.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 12 (5.08% from 255) = 3.90%
R=52.60%
G=43.51%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621341200.170.930.3648.886.2134.12
HexA286C0115D24315622
Octal24220614021135446112642
Binary1010001010000110110001000110111011001001100011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2860C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2860C; }

 p { color: rgb(162,134,12); }

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

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

 a { background-color: rgb(162,134,12); }

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

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

 span { border-color: rgb(162,134,12); }

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