Shades of Sante Fe #AA6955
Tints of Sante Fe #AA6955
RGB
CMYK
RGB Variations
Color information
#AA6955 (or 0xAA6955) is known color: Sante Fe. HEX triplet: AA, 69 and 55. RGB value is (170,105,85). Sum of RGB (Red+Green+Blue) = 170+105+85=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6955 is #5596AA. Grayscale: #7A7A7A. Windows color (decimal): -5609131 or 5597610. OLE color: 5597610.
HSL color Cylindrical-coordinate representation of color #AA6955: hue angle of 14.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 #AA6955 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 85 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.33 |
| HSL | 14.12º | 0.33% | 0.5% | - |
| HSV(B) | 14.12º | 0.5% | 0.67% | - |
| XYZ | 23.27 | 19.31 | 11.09 | - |
| YUV | 122.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 85 | 0 | 0.38 | 0.50 | 0.33 | 14.12 | 0.33 | 0.5 |
| Hex | AA | 69 | 55 | 0 | 26 | 32 | 21 | E | 21 | 32 |
| Octal | 252 | 151 | 125 | 0 | 46 | 62 | 41 | 16 | 41 | 62 |
| Binary | 10101010 | 1101001 | 1010101 | 0 | 100110 | 110010 | 100001 | 1110 | 100001 | 110010 |
Color Harmonies of #AA6955
Complementary color
Monochromatic Colors of #AA6955
Black with #AA6955
Text Example
Text Example
White with #AA6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6955; }
p { color: rgb(170,105,85); }
H1.HeaderClassName
{
color: #AA6955;
}
.AnyTagClassName
{
color: #AA6955;
}
</style>
background-color css
<style>
a { background-color: #AA6955; }
a { background-color: rgb(170,105,85); }
div.DivClassName
{
background-color: #AA6955;
}
.BgClassName
{
background-color: #AA6955;
}
</style>
border-color css
<style>
span { border-color: #AA6955; }
span { border-color: rgb(170,105,85); }
td.TdClassName
{
border-color: #AA6955;
}
.TagClassName
{
border-color: #AA6955;
}
</style>