#A2831C

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

Shades of Hacienda #A2831C

Tints of Hacienda #A2831C

Color information

#A2831C (or 0xA2831C) is unknown color: approx Hacienda. HEX triplet: A2, 83 and 1C. RGB value is (162,131,28). Sum of RGB (Red+Green+Blue) = 162+131+28=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2831C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2831C is #5D7CE3. Grayscale: #808080. Windows color (decimal): -6126820 or 1868706. OLE color: 1868706.

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

Color convert

RGB16213128-
CMYK00.190.830.36
HSL46.12º70.53%37.25%-
HSV(B)46.12º82.72%63.53%-
XYZ23.23244.51-
YUV128.5371.27151.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 28 (11.33% from 255) = 8.72%
R=50.47%
G=40.81%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621312800.190.830.3646.1270.5337.25
HexA2831C01353242e4725
Octal24220334023123445610745
Binary10100010100000111110001001110100111001001011101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2831C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2831C; }

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

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

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

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

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

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

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

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