#A2821E

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

Shades of Hacienda #A2821E

Tints of Hacienda #A2821E

Color information

#A2821E (or 0xA2821E) is unknown color: approx Hacienda. HEX triplet: A2, 82 and 1E. RGB value is (162,130,30). Sum of RGB (Red+Green+Blue) = 162+130+30=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2821E is #5D7DE1. Grayscale: #808080. Windows color (decimal): -6127074 or 1999522. OLE color: 1999522.

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

Color convert

RGB16213030-
CMYK00.200.810.36
HSL45.45º68.75%37.65%-
HSV(B)45.45º81.48%63.53%-
XYZ23.1223.744.59-
YUV128.1772.6152.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 30 (12.11% from 255) = 9.32%
R=50.31%
G=40.37%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621303000.200.810.3645.4568.7537.65
HexA2821E01451242d4526
Octal24220236024121445510546
Binary10100010100000101111001010010100011001001011011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2821E; }

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

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

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

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

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

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

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

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