#AA8021

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

Shades of Hacienda #AA8021

Tints of Hacienda #AA8021

Color information

#AA8021 (or 0xAA8021) is unknown color: approx Hacienda. HEX triplet: AA, 80 and 21. RGB value is (170,128,33). Sum of RGB (Red+Green+Blue) = 170+128+33=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8021 is #557FDE. Grayscale: #828282. Windows color (decimal): -5603295 or 2195626. OLE color: 2195626.

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

Color convert

RGB17012833-
CMYK00.250.810.33
HSL41.61º67.49%39.8%-
HSV(B)41.61º80.59%66.67%-
XYZ24.5724.094.79-
YUV129.7373.41156.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 33 (13.28% from 255) = 9.97%
R=51.36%
G=38.67%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701283300.250.810.3341.6167.4939.8
HexAA802101951212a4328
Octal25220041031121415210350
Binary101010101000000010000101100110100011000011010101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8021; }

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

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

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

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

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

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

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

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