Shades of Sante Fe #AA6D59
Tints of Sante Fe #AA6D59
RGB
CMYK
RGB Variations
Color information
#AA6D59 (or 0xAA6D59) is known color: Sante Fe. HEX triplet: AA, 6D and 59. RGB value is (170,109,89). Sum of RGB (Red+Green+Blue) = 170+109+89=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D59 is #5592A6. Grayscale: #7D7D7D. Windows color (decimal): -5608103 or 5860778. OLE color: 5860778.
HSL color Cylindrical-coordinate representation of color #AA6D59: hue angle of 14.81º 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 #AA6D59 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 89 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.33 |
| HSL | 14.81º | 0.32% | 0.51% | - |
| HSV(B) | 14.81º | 0.48% | 0.67% | - |
| XYZ | 23.85 | 20.2 | 12.09 | - |
| YUV | 124.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 89 | 0 | 0.36 | 0.48 | 0.33 | 14.81 | 0.32 | 0.51 |
| Hex | AA | 6D | 59 | 0 | 24 | 30 | 21 | F | 20 | 33 |
| Octal | 252 | 155 | 131 | 0 | 44 | 60 | 41 | 17 | 40 | 63 |
| Binary | 10101010 | 1101101 | 1011001 | 0 | 100100 | 110000 | 100001 | 1111 | 100000 | 110011 |
Color Harmonies of #AA6D59
Complementary color
Monochromatic Colors of #AA6D59
Black with #AA6D59
Text Example
Text Example
White with #AA6D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D59; }
p { color: rgb(170,109,89); }
H1.HeaderClassName
{
color: #AA6D59;
}
.AnyTagClassName
{
color: #AA6D59;
}
</style>
background-color css
<style>
a { background-color: #AA6D59; }
a { background-color: rgb(170,109,89); }
div.DivClassName
{
background-color: #AA6D59;
}
.BgClassName
{
background-color: #AA6D59;
}
</style>
border-color css
<style>
span { border-color: #AA6D59; }
span { border-color: rgb(170,109,89); }
td.TdClassName
{
border-color: #AA6D59;
}
.TagClassName
{
border-color: #AA6D59;
}
</style>