#A2841A

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

Shades of Hacienda #A2841A

Tints of Hacienda #A2841A

Color information

#A2841A (or 0xA2841A) is unknown color: approx Hacienda. HEX triplet: A2, 84 and 1A. RGB value is (162,132,26). Sum of RGB (Red+Green+Blue) = 162+132+26=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2841A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2841A is #5D7BE5. Grayscale: #818181. Windows color (decimal): -6126566 or 1737890. OLE color: 1737890.

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

Color convert

RGB16213226-
CMYK00.190.840.36
HSL46.76º72.34%36.86%-
HSV(B)46.76º83.95%63.53%-
XYZ23.3424.264.43-
YUV128.8969.94151.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 26 (10.55% from 255) = 8.12%
R=50.62%
G=41.25%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621322600.190.840.3646.7672.3436.86
HexA2841A01354242f4825
Octal24220432023124445711045
Binary10100010100001001101001001110101001001001011111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2841A; }

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

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

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

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

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

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

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

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