Shades of Sante Fe #AA6C57
Tints of Sante Fe #AA6C57
RGB
CMYK
RGB Variations
Color information
#AA6C57 (or 0xAA6C57) is known color: Sante Fe. HEX triplet: AA, 6C and 57. RGB value is (170,108,87). Sum of RGB (Red+Green+Blue) = 170+108+87=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C57 is #5593A8. Grayscale: #7C7C7C. Windows color (decimal): -5608361 or 5729450. OLE color: 5729450.
HSL color Cylindrical-coordinate representation of color #AA6C57: hue angle of 15.18º 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 #AA6C57 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 87 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.33 |
| HSL | 15.18º | 0.33% | 0.5% | - |
| HSV(B) | 15.18º | 0.49% | 0.67% | - |
| XYZ | 23.66 | 19.96 | 11.62 | - |
| YUV | 124.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 87 | 0 | 0.36 | 0.49 | 0.33 | 15.18 | 0.33 | 0.5 |
| Hex | AA | 6C | 57 | 0 | 24 | 31 | 21 | F | 21 | 32 |
| Octal | 252 | 154 | 127 | 0 | 44 | 61 | 41 | 17 | 41 | 62 |
| Binary | 10101010 | 1101100 | 1010111 | 0 | 100100 | 110001 | 100001 | 1111 | 100001 | 110010 |
Color Harmonies of #AA6C57
Complementary color
Monochromatic Colors of #AA6C57
Black with #AA6C57
Text Example
Text Example
White with #AA6C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C57; }
p { color: rgb(170,108,87); }
H1.HeaderClassName
{
color: #AA6C57;
}
.AnyTagClassName
{
color: #AA6C57;
}
</style>
background-color css
<style>
a { background-color: #AA6C57; }
a { background-color: rgb(170,108,87); }
div.DivClassName
{
background-color: #AA6C57;
}
.BgClassName
{
background-color: #AA6C57;
}
</style>
border-color css
<style>
span { border-color: #AA6C57; }
span { border-color: rgb(170,108,87); }
td.TdClassName
{
border-color: #AA6C57;
}
.TagClassName
{
border-color: #AA6C57;
}
</style>