#A0822C

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

Shades of Hacienda #A0822C

Tints of Hacienda #A0822C

Color information

#A0822C (or 0xA0822C) is unknown color: approx Hacienda. HEX triplet: A0, 82 and 2C. RGB value is (160,130,44). Sum of RGB (Red+Green+Blue) = 160+130+44=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0822C is #5F7DD3. Grayscale: #818181. Windows color (decimal): -6258132 or 2917024. OLE color: 2917024.

HSL color Cylindrical-coordinate representation of color #A0822C: hue angle of 44.48º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0822C is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB16013044-
CMYK00.190.720.37
HSL44.48º56.86%40%-
HSV(B)44.48º72.5%62.75%-
XYZ22.9323.625.73-
YUV129.1779.94149.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 44 (17.58% from 255) = 13.17%
R=47.90%
G=38.92%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601304400.190.720.3744.4856.8640
HexA0822C01348252c3928
Octal2402025402311045547150
Binary10100000100000101011000100111001000100101101100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0822C; }

 p { color: rgb(160,130,44); }

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

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

 a { background-color: rgb(160,130,44); }

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

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

 span { border-color: rgb(160,130,44); }

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