#A2831E

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

Shades of Hacienda #A2831E

Tints of Hacienda #A2831E

Color information

#A2831E (or 0xA2831E) is unknown color: approx Hacienda. HEX triplet: A2, 83 and 1E. RGB value is (162,131,30). Sum of RGB (Red+Green+Blue) = 162+131+30=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2831E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2831E is #5D7CE1. Grayscale: #818181. Windows color (decimal): -6126818 or 1999778. OLE color: 1999778.

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

Color convert

RGB16213130-
CMYK00.190.810.36
HSL45.91º68.75%37.65%-
HSV(B)45.91º81.48%63.53%-
XYZ23.2524.014.64-
YUV128.7572.27151.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 30 (12.11% from 255) = 9.29%
R=50.15%
G=40.56%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621313000.190.810.3645.9168.7537.65
HexA2831E01351242e4526
Octal24220336023121445610546
Binary10100010100000111111001001110100011001001011101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2831E; }

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

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

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

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

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

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

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

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