#AA8421

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

Shades of Hacienda #AA8421

Tints of Hacienda #AA8421

Color information

#AA8421 (or 0xAA8421) is unknown color: approx Hacienda. HEX triplet: AA, 84 and 21. RGB value is (170,132,33). Sum of RGB (Red+Green+Blue) = 170+132+33=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8421 is #557BDE. Grayscale: #848484. Windows color (decimal): -5602271 or 2196650. OLE color: 2196650.

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

Color convert

RGB17013233-
CMYK00.220.810.33
HSL43.36º67.49%39.8%-
HSV(B)43.36º80.59%66.67%-
XYZ25.125.164.97-
YUV132.0872.09155.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=50.75%
G=39.40%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701323300.220.810.3343.3667.4939.8
HexAA842101651212b4328
Octal25220441026121415310350
Binary101010101000010010000101011010100011000011010111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8421; }

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

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

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

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

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

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

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

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