#AA8821

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

Shades of Hacienda #AA8821

Tints of Hacienda #AA8821

Color information

#AA8821 (or 0xAA8821) is unknown color: approx Hacienda. HEX triplet: AA, 88 and 21. RGB value is (170,136,33). Sum of RGB (Red+Green+Blue) = 170+136+33=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8821 is #5577DE. Grayscale: #868686. Windows color (decimal): -5601247 or 2197674. OLE color: 2197674.

HSL color Cylindrical-coordinate representation of color #AA8821: hue angle of 45.11º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA8821 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17013633-
CMYK00.200.810.33
HSL45.11º67.49%39.8%-
HSV(B)45.11º80.59%66.67%-
XYZ25.6626.265.16-
YUV134.4270.76153.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 33 (13.28% from 255) = 9.73%
R=50.15%
G=40.12%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701363300.200.810.3345.1167.4939.8
HexAA882101451212d4328
Octal25221041024121415510350
Binary101010101000100010000101010010100011000011011011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8821; }

 p { color: rgb(170,136,33); }

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

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

 a { background-color: rgb(170,136,33); }

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

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

 span { border-color: rgb(170,136,33); }

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