#AA8024

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

Shades of Hacienda #AA8024

Tints of Hacienda #AA8024

Color information

#AA8024 (or 0xAA8024) is unknown color: approx Hacienda. HEX triplet: AA, 80 and 24. RGB value is (170,128,36). Sum of RGB (Red+Green+Blue) = 170+128+36=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8024 is #557FDB. Grayscale: #828282. Windows color (decimal): -5603292 or 2392234. OLE color: 2392234.

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

Color convert

RGB17012836-
CMYK00.250.790.33
HSL41.19º65.05%40.39%-
HSV(B)41.19º78.82%66.67%-
XYZ24.6224.115.03-
YUV130.0774.91156.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 36 (14.45% from 255) = 10.78%
R=50.90%
G=38.32%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701283600.250.790.3341.1965.0540.39
HexAA80240194F21294128
Octal25220044031117415110150
Binary101010101000000010010001100110011111000011010011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8024; }

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

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

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

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

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

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

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

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