Shades of Sante Fe #AA6D55
Tints of Sante Fe #AA6D55
RGB
CMYK
RGB Variations
Color information
#AA6D55 (or 0xAA6D55) is known color: Sante Fe. HEX triplet: AA, 6D and 55. RGB value is (170,109,85). Sum of RGB (Red+Green+Blue) = 170+109+85=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D55 is #5592AA. Grayscale: #7C7C7C. Windows color (decimal): -5608107 or 5598634. OLE color: 5598634.
HSL color Cylindrical-coordinate representation of color #AA6D55: hue angle of 16.94º 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 #AA6D55 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 85 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.33 |
| HSL | 16.94º | 0.33% | 0.5% | - |
| HSV(B) | 16.94º | 0.5% | 0.67% | - |
| XYZ | 23.69 | 20.14 | 11.23 | - |
| YUV | 124.5 | 105.71 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 85 | 0 | 0.36 | 0.50 | 0.33 | 16.94 | 0.33 | 0.5 |
| Hex | AA | 6D | 55 | 0 | 24 | 32 | 21 | 11 | 21 | 32 |
| Octal | 252 | 155 | 125 | 0 | 44 | 62 | 41 | 21 | 41 | 62 |
| Binary | 10101010 | 1101101 | 1010101 | 0 | 100100 | 110010 | 100001 | 10001 | 100001 | 110010 |
Color Harmonies of #AA6D55
Complementary color
Monochromatic Colors of #AA6D55
Black with #AA6D55
Text Example
Text Example
White with #AA6D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D55; }
p { color: rgb(170,109,85); }
H1.HeaderClassName
{
color: #AA6D55;
}
.AnyTagClassName
{
color: #AA6D55;
}
</style>
background-color css
<style>
a { background-color: #AA6D55; }
a { background-color: rgb(170,109,85); }
div.DivClassName
{
background-color: #AA6D55;
}
.BgClassName
{
background-color: #AA6D55;
}
</style>
border-color css
<style>
span { border-color: #AA6D55; }
span { border-color: rgb(170,109,85); }
td.TdClassName
{
border-color: #AA6D55;
}
.TagClassName
{
border-color: #AA6D55;
}
</style>