#AA8115

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

Shades of Hacienda #AA8115

Tints of Hacienda #AA8115

Color information

#AA8115 (or 0xAA8115) is unknown color: approx Hacienda. HEX triplet: AA, 81 and 15. RGB value is (170,129,21). Sum of RGB (Red+Green+Blue) = 170+129+21=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8115 is #557EEA. Grayscale: #818181. Windows color (decimal): -5603051 or 1409450. OLE color: 1409450.

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

Color convert

RGB17012921-
CMYK00.240.880.33
HSL43.49º78.01%37.45%-
HSV(B)43.49º87.65%66.67%-
XYZ24.5624.34.11-
YUV128.9567.08157.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.12%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 21 (8.59% from 255) = 6.56%
R=53.12%
G=40.31%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701292100.240.880.3343.4978.0137.45
HexAA811501858212b4e25
Octal25220125030130415311645
Binary10101010100000011010101100010110001000011010111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8115; }

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

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

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

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

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

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

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

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