Shades of Sante Fe #AA6D57
Tints of Sante Fe #AA6D57
RGB
CMYK
RGB Variations
Color information
#AA6D57 (or 0xAA6D57) is known color: Sante Fe. HEX triplet: AA, 6D and 57. RGB value is (170,109,87). Sum of RGB (Red+Green+Blue) = 170+109+87=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D57 is #5592A8. Grayscale: #7C7C7C. Windows color (decimal): -5608105 or 5729706. OLE color: 5729706.
HSL color Cylindrical-coordinate representation of color #AA6D57: hue angle of 15.9º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6D57 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 87 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.33 |
| HSL | 15.9º | 0.33% | 0.5% | - |
| HSV(B) | 15.9º | 0.49% | 0.67% | - |
| XYZ | 23.77 | 20.17 | 11.66 | - |
| YUV | 124.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 87 | 0 | 0.36 | 0.49 | 0.33 | 15.9 | 0.33 | 0.5 |
| Hex | AA | 6D | 57 | 0 | 24 | 31 | 21 | 10 | 21 | 32 |
| Octal | 252 | 155 | 127 | 0 | 44 | 61 | 41 | 20 | 41 | 62 |
| Binary | 10101010 | 1101101 | 1010111 | 0 | 100100 | 110001 | 100001 | 10000 | 100001 | 110010 |
Color Harmonies of #AA6D57
Complementary color
Monochromatic Colors of #AA6D57
Black with #AA6D57
Text Example
Text Example
White with #AA6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D57; }
p { color: rgb(170,109,87); }
H1.HeaderClassName
{
color: #AA6D57;
}
.AnyTagClassName
{
color: #AA6D57;
}
</style>
background-color css
<style>
a { background-color: #AA6D57; }
a { background-color: rgb(170,109,87); }
div.DivClassName
{
background-color: #AA6D57;
}
.BgClassName
{
background-color: #AA6D57;
}
</style>
border-color css
<style>
span { border-color: #AA6D57; }
span { border-color: rgb(170,109,87); }
td.TdClassName
{
border-color: #AA6D57;
}
.TagClassName
{
border-color: #AA6D57;
}
</style>