#a2852c

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

Shades of Hacienda #A2852C

Tints of Hacienda #A2852C

Color information

#A2852C (or 0xA2852C) is unknown color: approx Hacienda. HEX triplet: A2, 85 and 2C. RGB value is (162,133,44). Sum of RGB (Red+Green+Blue) = 162+133+44=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2852C is #5D7AD3. Grayscale: #838383. Windows color (decimal): -6126292 or 2917794. OLE color: 2917794.

HSL color Cylindrical-coordinate representation of color #A2852C: hue angle of 45.25º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2852C is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16213344-
CMYK00.180.730.36
HSL45.25º57.28%40.39%-
HSV(B)45.25º72.84%63.53%-
XYZ23.7424.645.89-
YUV131.5278.61149.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 44 (17.58% from 255) = 12.98%
R=47.79%
G=39.23%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621334400.180.730.3645.2557.2840.39
HexA2852C01249242d3928
Octal2422055402211144557150
Binary10100010100001011011000100101001001100100101101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2852c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2852c; }

 p { color: rgb(162,133,44); }

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

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

 a { background-color: rgb(162,133,44); }

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

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

 span { border-color: rgb(162,133,44); }

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