#AA8721

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

Shades of Hacienda #AA8721

Tints of Hacienda #AA8721

Color information

#AA8721 (or 0xAA8721) is unknown color: approx Hacienda. HEX triplet: AA, 87 and 21. RGB value is (170,135,33). Sum of RGB (Red+Green+Blue) = 170+135+33=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8721 is #5578DE. Grayscale: #868686. Windows color (decimal): -5601503 or 2197418. OLE color: 2197418.

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

Color convert

RGB17013533-
CMYK00.210.810.33
HSL44.67º67.49%39.8%-
HSV(B)44.67º80.59%66.67%-
XYZ25.5225.985.11-
YUV133.8471.1153.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 33 (13.28% from 255) = 9.76%
R=50.30%
G=39.94%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701353300.210.810.3344.6767.4939.8
HexAA872101551212d4328
Octal25220741025121415510350
Binary101010101000011110000101010110100011000011011011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8721; }

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

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

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

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

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

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

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

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