#AA8124

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

Shades of Hacienda #AA8124

Tints of Hacienda #AA8124

Color information

#AA8124 (or 0xAA8124) is unknown color: approx Hacienda. HEX triplet: AA, 81 and 24. RGB value is (170,129,36). Sum of RGB (Red+Green+Blue) = 170+129+36=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8124 is #557EDB. Grayscale: #838383. Windows color (decimal): -5603036 or 2392490. OLE color: 2392490.

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

Color convert

RGB17012936-
CMYK00.240.790.33
HSL41.64º65.05%40.39%-
HSV(B)41.64º78.82%66.67%-
XYZ24.7524.375.07-
YUV130.6674.58156.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 36 (14.45% from 255) = 10.75%
R=50.75%
G=38.51%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701293600.240.790.3341.6465.0540.39
HexAA81240184F212a4128
Octal25220144030117415210150
Binary101010101000000110010001100010011111000011010101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8124; }

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

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

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

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

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

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

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

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