#A2831A

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

Shades of Hacienda #A2831A

Tints of Hacienda #A2831A

Color information

#A2831A (or 0xA2831A) is unknown color: approx Hacienda. HEX triplet: A2, 83 and 1A. RGB value is (162,131,26). Sum of RGB (Red+Green+Blue) = 162+131+26=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A2831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2831A is #5D7CE5. Grayscale: #808080. Windows color (decimal): -6126822 or 1737634. OLE color: 1737634.

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

Color convert

RGB16213126-
CMYK00.190.840.36
HSL46.32º72.34%36.86%-
HSV(B)46.32º83.95%63.53%-
XYZ23.223.994.38-
YUV128.370.27152.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 26 (10.55% from 255) = 8.15%
R=50.78%
G=41.07%
B=8.15%

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
Decimal1621312600.190.840.3646.3272.3436.86
HexA2831A01354242e4825
Octal24220332023124445611045
Binary10100010100000111101001001110101001001001011101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2831A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2831A; }

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

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

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

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

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

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

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

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