#AA7E21

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

Shades of Hacienda #AA7E21

Tints of Hacienda #AA7E21

Color information

#AA7E21 (or 0xAA7E21) is unknown color: approx Hacienda. HEX triplet: AA, 7E and 21. RGB value is (170,126,33). Sum of RGB (Red+Green+Blue) = 170+126+33=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E21 is #5581DE. Grayscale: #808080. Windows color (decimal): -5603807 or 2195114. OLE color: 2195114.

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

Color convert

RGB17012633-
CMYK00.260.810.33
HSL40.73º67.49%39.8%-
HSV(B)40.73º80.59%66.67%-
XYZ24.3123.584.71-
YUV128.5574.08157.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 126 (49.61% from 255) = 38.30%
BLUE value IS 33 (13.28% from 255) = 10.03%
R=51.67%
G=38.30%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701263300.260.810.3340.7367.4939.8
HexAA7E2101A5121294328
Octal25217641032121415110350
Binary10101010111111010000101101010100011000011010011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E21; }

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

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

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

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

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

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

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

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