#AA7516

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

Shades of Hacienda #AA7516

Tints of Hacienda #AA7516

Color information

#AA7516 (or 0xAA7516) is unknown color: approx Hacienda. HEX triplet: AA, 75 and 16. RGB value is (170,117,22). Sum of RGB (Red+Green+Blue) = 170+117+22=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7516 is #558AE9. Grayscale: #7A7A7A. Windows color (decimal): -5606122 or 1471914. OLE color: 1471914.

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

Color convert

RGB17011722-
CMYK00.310.870.33
HSL38.51º77.08%37.65%-
HSV(B)38.51º87.06%66.67%-
XYZ23.0821.333.66-
YUV122.0271.56162.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 22 (8.98% from 255) = 7.12%
R=55.02%
G=37.86%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701172200.310.870.3338.5177.0837.65
HexAA751601F5721274d26
Octal25216526037127414711546
Binary1010101011101011011001111110101111000011001111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7516; }

 p { color: rgb(170,117,22); }

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

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

 a { background-color: rgb(170,117,22); }

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

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

 span { border-color: rgb(170,117,22); }

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