#AA8015

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

Shades of Hacienda #AA8015

Tints of Hacienda #AA8015

Color information

#AA8015 (or 0xAA8015) is unknown color: approx Hacienda. HEX triplet: AA, 80 and 15. RGB value is (170,128,21). Sum of RGB (Red+Green+Blue) = 170+128+21=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8015 is #557FEA. Grayscale: #808080. Windows color (decimal): -5603307 or 1409194. OLE color: 1409194.

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

Color convert

RGB17012821-
CMYK00.250.880.33
HSL43.09º78.01%37.45%-
HSV(B)43.09º87.65%66.67%-
XYZ24.4324.044.06-
YUV128.3667.41157.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 21 (8.59% from 255) = 6.58%
R=53.29%
G=40.13%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701282100.250.880.3343.0978.0137.45
HexAA801501958212b4e25
Octal25220025031130415311645
Binary10101010100000001010101100110110001000011010111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8015; }

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

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

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

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

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

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

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

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