Shades of Sante Fe #AA6E55
Tints of Sante Fe #AA6E55
RGB
CMYK
RGB Variations
Color information
#AA6E55 (or 0xAA6E55) is known color: Sante Fe. HEX triplet: AA, 6E and 55. RGB value is (170,110,85). Sum of RGB (Red+Green+Blue) = 170+110+85=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E55 is #5591AA. Grayscale: #7D7D7D. Windows color (decimal): -5607851 or 5598890. OLE color: 5598890.
HSL color Cylindrical-coordinate representation of color #AA6E55: hue angle of 17.65º 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 #AA6E55 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 85 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.33 |
| HSL | 17.65º | 0.33% | 0.5% | - |
| HSV(B) | 17.65º | 0.5% | 0.67% | - |
| XYZ | 23.79 | 20.35 | 11.27 | - |
| YUV | 125.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 85 | 0 | 0.35 | 0.50 | 0.33 | 17.65 | 0.33 | 0.5 |
| Hex | AA | 6E | 55 | 0 | 23 | 32 | 21 | 12 | 21 | 32 |
| Octal | 252 | 156 | 125 | 0 | 43 | 62 | 41 | 22 | 41 | 62 |
| Binary | 10101010 | 1101110 | 1010101 | 0 | 100011 | 110010 | 100001 | 10010 | 100001 | 110010 |
Color Harmonies of #AA6E55
Complementary color
Monochromatic Colors of #AA6E55
Black with #AA6E55
Text Example
Text Example
White with #AA6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E55; }
p { color: rgb(170,110,85); }
H1.HeaderClassName
{
color: #AA6E55;
}
.AnyTagClassName
{
color: #AA6E55;
}
</style>
background-color css
<style>
a { background-color: #AA6E55; }
a { background-color: rgb(170,110,85); }
div.DivClassName
{
background-color: #AA6E55;
}
.BgClassName
{
background-color: #AA6E55;
}
</style>
border-color css
<style>
span { border-color: #AA6E55; }
span { border-color: rgb(170,110,85); }
td.TdClassName
{
border-color: #AA6E55;
}
.TagClassName
{
border-color: #AA6E55;
}
</style>