#AA8019

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

Shades of Hacienda #AA8019

Tints of Hacienda #AA8019

Color information

#AA8019 (or 0xAA8019) is unknown color: approx Hacienda. HEX triplet: AA, 80 and 19. RGB value is (170,128,25). Sum of RGB (Red+Green+Blue) = 170+128+25=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8019 is #557FE6. Grayscale: #818181. Windows color (decimal): -5603303 or 1671338. OLE color: 1671338.

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

Color convert

RGB17012825-
CMYK00.250.850.33
HSL42.62º74.36%38.24%-
HSV(B)42.62º85.29%66.67%-
XYZ24.4724.054.27-
YUV128.8269.41157.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 25 (10.16% from 255) = 7.74%
R=52.63%
G=39.63%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701282500.250.850.3342.6274.3638.24
HexAA801901955212b4a26
Octal25220031031125415311246
Binary10101010100000001100101100110101011000011010111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8019; }

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

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

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

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

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

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

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

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