#A2822E

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

Shades of Hacienda #A2822E

Tints of Hacienda #A2822E

Color information

#A2822E (or 0xA2822E) is unknown color: approx Hacienda. HEX triplet: A2, 82 and 2E. RGB value is (162,130,46). Sum of RGB (Red+Green+Blue) = 162+130+46=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2822E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2822E is #5D7DD1. Grayscale: #828282. Windows color (decimal): -6127058 or 3048098. OLE color: 3048098.

HSL color Cylindrical-coordinate representation of color #A2822E: hue angle of 43.45º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2822E is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16213046-
CMYK00.200.720.36
HSL43.45º55.77%40.78%-
HSV(B)43.45º71.6%63.53%-
XYZ23.3823.845.96-
YUV129.9980.6150.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 46 (18.36% from 255) = 13.61%
R=47.93%
G=38.46%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621304600.200.720.3643.4555.7740.78
HexA2822E01448242b3829
Octal2422025602411044537051
Binary10100010100000101011100101001001000100100101011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2822E; }

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

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

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

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

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

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

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

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