Shades of Hacienda #AA7617
Tints of Hacienda #AA7617
RGB
CMYK
RGB Variations
Color information
#AA7617 (or 0xAA7617) is known color: Hacienda. HEX triplet: AA, 76 and 17. RGB value is (170,118,23). Sum of RGB (Red+Green+Blue) = 170+118+23=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7617 is #5589E8. Grayscale: #7B7B7B. Windows color (decimal): -5605865 or 1537706. OLE color: 1537706.
HSL color Cylindrical-coordinate representation of color #AA7617: hue angle of 38.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA7617 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 23 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.33 |
| HSL | 38.78º | 0.76% | 0.38% | - |
| HSV(B) | 38.78º | 0.86% | 0.67% | - |
| XYZ | 23.21 | 21.56 | 3.75 | - |
| YUV | 122.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 23 | 0 | 0.31 | 0.86 | 0.33 | 38.78 | 0.76 | 0.38 |
| Hex | AA | 76 | 17 | 0 | 1F | 56 | 21 | 27 | 4C | 26 |
| Octal | 252 | 166 | 27 | 0 | 37 | 126 | 41 | 47 | 114 | 46 |
| Binary | 10101010 | 1110110 | 10111 | 0 | 11111 | 1010110 | 100001 | 100111 | 1001100 | 100110 |
Color Harmonies of #AA7617
Complementary color
Monochromatic Colors of #AA7617
Black with #AA7617
Text Example
Text Example
White with #AA7617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7617; }
p { color: rgb(170,118,23); }
H1.HeaderClassName
{
color: #AA7617;
}
.AnyTagClassName
{
color: #AA7617;
}
</style>
background-color css
<style>
a { background-color: #AA7617; }
a { background-color: rgb(170,118,23); }
div.DivClassName
{
background-color: #AA7617;
}
.BgClassName
{
background-color: #AA7617;
}
</style>
border-color css
<style>
span { border-color: #AA7617; }
span { border-color: rgb(170,118,23); }
td.TdClassName
{
border-color: #AA7617;
}
.TagClassName
{
border-color: #AA7617;
}
</style>