Shades of Sante Fe #AA6B57
Tints of Sante Fe #AA6B57
RGB
CMYK
RGB Variations
Color information
#AA6B57 (or 0xAA6B57) is known color: Sante Fe. HEX triplet: AA, 6B and 57. RGB value is (170,107,87). Sum of RGB (Red+Green+Blue) = 170+107+87=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B57 is #5594A8. Grayscale: #7B7B7B. Windows color (decimal): -5608617 or 5729194. OLE color: 5729194.
HSL color Cylindrical-coordinate representation of color #AA6B57: hue angle of 14.46º 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 #AA6B57 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 87 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.33 |
| HSL | 14.46º | 0.33% | 0.5% | - |
| HSV(B) | 14.46º | 0.49% | 0.67% | - |
| XYZ | 23.56 | 19.75 | 11.59 | - |
| YUV | 123.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 87 | 0 | 0.37 | 0.49 | 0.33 | 14.46 | 0.33 | 0.5 |
| Hex | AA | 6B | 57 | 0 | 25 | 31 | 21 | E | 21 | 32 |
| Octal | 252 | 153 | 127 | 0 | 45 | 61 | 41 | 16 | 41 | 62 |
| Binary | 10101010 | 1101011 | 1010111 | 0 | 100101 | 110001 | 100001 | 1110 | 100001 | 110010 |
Color Harmonies of #AA6B57
Complementary color
Monochromatic Colors of #AA6B57
Black with #AA6B57
Text Example
Text Example
White with #AA6B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B57; }
p { color: rgb(170,107,87); }
H1.HeaderClassName
{
color: #AA6B57;
}
.AnyTagClassName
{
color: #AA6B57;
}
</style>
background-color css
<style>
a { background-color: #AA6B57; }
a { background-color: rgb(170,107,87); }
div.DivClassName
{
background-color: #AA6B57;
}
.BgClassName
{
background-color: #AA6B57;
}
</style>
border-color css
<style>
span { border-color: #AA6B57; }
span { border-color: rgb(170,107,87); }
td.TdClassName
{
border-color: #AA6B57;
}
.TagClassName
{
border-color: #AA6B57;
}
</style>