Shades of Sante Fe #AA6E59
Tints of Sante Fe #AA6E59
RGB
CMYK
RGB Variations
Color information
#AA6E59 (or 0xAA6E59) is known color: Sante Fe. HEX triplet: AA, 6E and 59. RGB value is (170,110,89). Sum of RGB (Red+Green+Blue) = 170+110+89=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E59 is #5591A6. Grayscale: #7D7D7D. Windows color (decimal): -5607847 or 5861034. OLE color: 5861034.
HSL color Cylindrical-coordinate representation of color #AA6E59: hue angle of 15.56º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6E59 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 89 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.33 |
| HSL | 15.56º | 0.32% | 0.51% | - |
| HSV(B) | 15.56º | 0.48% | 0.67% | - |
| XYZ | 23.96 | 20.42 | 12.13 | - |
| YUV | 125.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 89 | 0 | 0.35 | 0.48 | 0.33 | 15.56 | 0.32 | 0.51 |
| Hex | AA | 6E | 59 | 0 | 23 | 30 | 21 | 10 | 20 | 33 |
| Octal | 252 | 156 | 131 | 0 | 43 | 60 | 41 | 20 | 40 | 63 |
| Binary | 10101010 | 1101110 | 1011001 | 0 | 100011 | 110000 | 100001 | 10000 | 100000 | 110011 |
Color Harmonies of #AA6E59
Complementary color
Monochromatic Colors of #AA6E59
Black with #AA6E59
Text Example
Text Example
White with #AA6E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E59; }
p { color: rgb(170,110,89); }
H1.HeaderClassName
{
color: #AA6E59;
}
.AnyTagClassName
{
color: #AA6E59;
}
</style>
background-color css
<style>
a { background-color: #AA6E59; }
a { background-color: rgb(170,110,89); }
div.DivClassName
{
background-color: #AA6E59;
}
.BgClassName
{
background-color: #AA6E59;
}
</style>
border-color css
<style>
span { border-color: #AA6E59; }
span { border-color: rgb(170,110,89); }
td.TdClassName
{
border-color: #AA6E59;
}
.TagClassName
{
border-color: #AA6E59;
}
</style>