Shades of Sante Fe #AA6C56
Tints of Sante Fe #AA6C56
RGB
CMYK
RGB Variations
Color information
#AA6C56 (or 0xAA6C56) is known color: Sante Fe. HEX triplet: AA, 6C and 56. RGB value is (170,108,86). Sum of RGB (Red+Green+Blue) = 170+108+86=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C56 is #5593A9. Grayscale: #7C7C7C. Windows color (decimal): -5608362 or 5663914. OLE color: 5663914.
HSL color Cylindrical-coordinate representation of color #AA6C56: hue angle of 15.71º 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 #AA6C56 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 86 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.33 |
| HSL | 15.71º | 0.33% | 0.5% | - |
| HSV(B) | 15.71º | 0.49% | 0.67% | - |
| XYZ | 23.62 | 19.94 | 11.41 | - |
| YUV | 124.03 | 106.54 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 86 | 0 | 0.36 | 0.49 | 0.33 | 15.71 | 0.33 | 0.5 |
| Hex | AA | 6C | 56 | 0 | 24 | 31 | 21 | 10 | 21 | 32 |
| Octal | 252 | 154 | 126 | 0 | 44 | 61 | 41 | 20 | 41 | 62 |
| Binary | 10101010 | 1101100 | 1010110 | 0 | 100100 | 110001 | 100001 | 10000 | 100001 | 110010 |
Color Harmonies of #AA6C56
Complementary color
Monochromatic Colors of #AA6C56
Black with #AA6C56
Text Example
Text Example
White with #AA6C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C56; }
p { color: rgb(170,108,86); }
H1.HeaderClassName
{
color: #AA6C56;
}
.AnyTagClassName
{
color: #AA6C56;
}
</style>
background-color css
<style>
a { background-color: #AA6C56; }
a { background-color: rgb(170,108,86); }
div.DivClassName
{
background-color: #AA6C56;
}
.BgClassName
{
background-color: #AA6C56;
}
</style>
border-color css
<style>
span { border-color: #AA6C56; }
span { border-color: rgb(170,108,86); }
td.TdClassName
{
border-color: #AA6C56;
}
.TagClassName
{
border-color: #AA6C56;
}
</style>