Shades of Sante Fe #AA6655
Tints of Sante Fe #AA6655
RGB
CMYK
RGB Variations
Color information
#AA6655 (or 0xAA6655) is known color: Sante Fe. HEX triplet: AA, 66 and 55. RGB value is (170,102,85). Sum of RGB (Red+Green+Blue) = 170+102+85=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6655 is #5599AA. Grayscale: #787878. Windows color (decimal): -5609899 or 5596842. OLE color: 5596842.
HSL color Cylindrical-coordinate representation of color #AA6655: hue angle of 12º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6655 is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 85 | - |
| CMYK | 0 | 0.4 | 0.50 | 0.33 |
| HSL | 12º | 0.33% | 0.5% | - |
| HSV(B) | 12º | 0.5% | 0.67% | - |
| XYZ | 22.97 | 18.7 | 10.99 | - |
| YUV | 120.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 85 | 0 | 0.4 | 0.50 | 0.33 | 12 | 0.33 | 0.5 |
| Hex | AA | 66 | 55 | 0 | 28 | 32 | 21 | C | 21 | 32 |
| Octal | 252 | 146 | 125 | 0 | 50 | 62 | 41 | 14 | 41 | 62 |
| Binary | 10101010 | 1100110 | 1010101 | 0 | 101000 | 110010 | 100001 | 1100 | 100001 | 110010 |
Color Harmonies of #AA6655
Complementary color
Monochromatic Colors of #AA6655
Black with #AA6655
Text Example
Text Example
White with #AA6655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6655; }
p { color: rgb(170,102,85); }
H1.HeaderClassName
{
color: #AA6655;
}
.AnyTagClassName
{
color: #AA6655;
}
</style>
background-color css
<style>
a { background-color: #AA6655; }
a { background-color: rgb(170,102,85); }
div.DivClassName
{
background-color: #AA6655;
}
.BgClassName
{
background-color: #AA6655;
}
</style>
border-color css
<style>
span { border-color: #AA6655; }
span { border-color: rgb(170,102,85); }
td.TdClassName
{
border-color: #AA6655;
}
.TagClassName
{
border-color: #AA6655;
}
</style>