#A2821B

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

Shades of Hacienda #A2821B

Tints of Hacienda #A2821B

Color information

#A2821B (or 0xA2821B) is unknown color: approx Hacienda. HEX triplet: A2, 82 and 1B. RGB value is (162,130,27). Sum of RGB (Red+Green+Blue) = 162+130+27=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A2821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2821B is #5D7DE4. Grayscale: #808080. Windows color (decimal): -6127077 or 1802914. OLE color: 1802914.

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

Color convert

RGB16213027-
CMYK00.200.830.36
HSL45.78º71.43%37.06%-
HSV(B)45.78º83.33%63.53%-
XYZ23.0823.734.4-
YUV127.8371.1152.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 27 (10.94% from 255) = 8.46%
R=50.78%
G=40.75%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621302700.200.830.3645.7871.4337.06
HexA2821B01453242e4725
Octal24220233024123445610745
Binary10100010100000101101101010010100111001001011101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2821B; }

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

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

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

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

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

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

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

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