#A2842D

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

Shades of Hacienda #A2842D

Tints of Hacienda #A2842D

Color information

#A2842D (or 0xA2842D) is unknown color: approx Hacienda. HEX triplet: A2, 84 and 2D. RGB value is (162,132,45). Sum of RGB (Red+Green+Blue) = 162+132+45=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2842D is #5D7BD2. Grayscale: #838383. Windows color (decimal): -6126547 or 2983074. OLE color: 2983074.

HSL color Cylindrical-coordinate representation of color #A2842D: hue angle of 44.62º 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 #A2842D is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16213245-
CMYK00.190.720.36
HSL44.62º56.52%40.59%-
HSV(B)44.62º72.22%63.53%-
XYZ23.6324.375.94-
YUV131.0579.44150.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 45 (17.97% from 255) = 13.27%
R=47.79%
G=38.94%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621324500.190.720.3644.6256.5240.59
HexA2842D01348242d3929
Octal2422045502311044557151
Binary10100010100001001011010100111001000100100101101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2842D; }

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

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

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

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

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

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

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

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