#A2852D

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

Shades of Hacienda #A2852D

Tints of Hacienda #A2852D

Color information

#A2852D (or 0xA2852D) is unknown color: approx Hacienda. HEX triplet: A2, 85 and 2D. RGB value is (162,133,45). Sum of RGB (Red+Green+Blue) = 162+133+45=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2852D is #5D7AD2. Grayscale: #848484. Windows color (decimal): -6126291 or 2983330. OLE color: 2983330.

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

Color convert

RGB16213345-
CMYK00.180.720.36
HSL45.13º56.52%40.59%-
HSV(B)45.13º72.22%63.53%-
XYZ23.7624.655.99-
YUV131.6479.11149.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 45 (17.97% from 255) = 13.24%
R=47.65%
G=39.12%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621334500.180.720.3645.1356.5240.59
HexA2852D01248242d3929
Octal2422055502211044557151
Binary10100010100001011011010100101001000100100101101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2852D; }

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

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

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

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

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

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

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

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