Shades of Sante Fe #AA6C58
Tints of Sante Fe #AA6C58
RGB
CMYK
RGB Variations
Color information
#AA6C58 (or 0xAA6C58) is known color: Sante Fe. HEX triplet: AA, 6C and 58. RGB value is (170,108,88). Sum of RGB (Red+Green+Blue) = 170+108+88=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C58 is #5593A7. Grayscale: #7C7C7C. Windows color (decimal): -5608360 or 5794986. OLE color: 5794986.
HSL color Cylindrical-coordinate representation of color #AA6C58: hue angle of 14.63º degrees, saturation: 0.33, 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 #AA6C58 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 88 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.33 |
| HSL | 14.63º | 0.33% | 0.51% | - |
| HSV(B) | 14.63º | 0.48% | 0.67% | - |
| XYZ | 23.7 | 19.98 | 11.84 | - |
| YUV | 124.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 88 | 0 | 0.36 | 0.48 | 0.33 | 14.63 | 0.33 | 0.51 |
| Hex | AA | 6C | 58 | 0 | 24 | 30 | 21 | F | 21 | 33 |
| Octal | 252 | 154 | 130 | 0 | 44 | 60 | 41 | 17 | 41 | 63 |
| Binary | 10101010 | 1101100 | 1011000 | 0 | 100100 | 110000 | 100001 | 1111 | 100001 | 110011 |
Color Harmonies of #AA6C58
Complementary color
Monochromatic Colors of #AA6C58
Black with #AA6C58
Text Example
Text Example
White with #AA6C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C58; }
p { color: rgb(170,108,88); }
H1.HeaderClassName
{
color: #AA6C58;
}
.AnyTagClassName
{
color: #AA6C58;
}
</style>
background-color css
<style>
a { background-color: #AA6C58; }
a { background-color: rgb(170,108,88); }
div.DivClassName
{
background-color: #AA6C58;
}
.BgClassName
{
background-color: #AA6C58;
}
</style>
border-color css
<style>
span { border-color: #AA6C58; }
span { border-color: rgb(170,108,88); }
td.TdClassName
{
border-color: #AA6C58;
}
.TagClassName
{
border-color: #AA6C58;
}
</style>