#A2842C

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

Shades of Hacienda #A2842C

Tints of Hacienda #A2842C

Color information

#A2842C (or 0xA2842C) is unknown color: approx Hacienda. HEX triplet: A2, 84 and 2C. RGB value is (162,132,44). Sum of RGB (Red+Green+Blue) = 162+132+44=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2842C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2842C is #5D7BD3. Grayscale: #838383. Windows color (decimal): -6126548 or 2917538. OLE color: 2917538.

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

Color convert

RGB16213244-
CMYK00.190.730.36
HSL44.75º57.28%40.39%-
HSV(B)44.75º72.84%63.53%-
XYZ23.6124.375.84-
YUV130.9478.94150.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 44 (17.58% from 255) = 13.02%
R=47.93%
G=39.05%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621324400.190.730.3644.7557.2840.39
HexA2842C01349242d3928
Octal2422045402311144557150
Binary10100010100001001011000100111001001100100101101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2842C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2842C; }

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

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

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

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

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

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

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

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