#AA8A24

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

Shades of Hacienda #AA8A24

Tints of Hacienda #AA8A24

Color information

#AA8A24 (or 0xAA8A24) is unknown color: approx Hacienda. HEX triplet: AA, 8A and 24. RGB value is (170,138,36). Sum of RGB (Red+Green+Blue) = 170+138+36=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A24 is #5575DB. Grayscale: #888888. Windows color (decimal): -5600732 or 2394794. OLE color: 2394794.

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

Color convert

RGB17013836-
CMYK00.190.790.33
HSL45.67º65.05%40.39%-
HSV(B)45.67º78.82%66.67%-
XYZ25.9826.855.48-
YUV135.9471.6152.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 36 (14.45% from 255) = 10.47%
R=49.42%
G=40.12%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701383600.190.790.3345.6765.0540.39
HexAA8A240134F212e4128
Octal25221244023117415610150
Binary101010101000101010010001001110011111000011011101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A24; }

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

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

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

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

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

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

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

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