Shades of Sante Fe #AA6851
Tints of Sante Fe #AA6851
RGB
CMYK
RGB Variations
Color information
#AA6851 (or 0xAA6851) is known color: Sante Fe. HEX triplet: AA, 68 and 51. RGB value is (170,104,81). Sum of RGB (Red+Green+Blue) = 170+104+81=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6851 is #5597AE. Grayscale: #797979. Windows color (decimal): -5609391 or 5335210. OLE color: 5335210.
HSL color Cylindrical-coordinate representation of color #AA6851: hue angle of 15.51º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6851 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 81 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.33 |
| HSL | 15.51º | 0.35% | 0.49% | - |
| HSV(B) | 15.51º | 0.52% | 0.67% | - |
| XYZ | 23.01 | 19.04 | 10.25 | - |
| YUV | 121.11 | 105.37 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 81 | 0 | 0.39 | 0.52 | 0.33 | 15.51 | 0.35 | 0.49 |
| Hex | AA | 68 | 51 | 0 | 27 | 34 | 21 | 10 | 23 | 31 |
| Octal | 252 | 150 | 121 | 0 | 47 | 64 | 41 | 20 | 43 | 61 |
| Binary | 10101010 | 1101000 | 1010001 | 0 | 100111 | 110100 | 100001 | 10000 | 100011 | 110001 |
Color Harmonies of #AA6851
Complementary color
Monochromatic Colors of #AA6851
Black with #AA6851
Text Example
Text Example
White with #AA6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6851; }
p { color: rgb(170,104,81); }
H1.HeaderClassName
{
color: #AA6851;
}
.AnyTagClassName
{
color: #AA6851;
}
</style>
background-color css
<style>
a { background-color: #AA6851; }
a { background-color: rgb(170,104,81); }
div.DivClassName
{
background-color: #AA6851;
}
.BgClassName
{
background-color: #AA6851;
}
</style>
border-color css
<style>
span { border-color: #AA6851; }
span { border-color: rgb(170,104,81); }
td.TdClassName
{
border-color: #AA6851;
}
.TagClassName
{
border-color: #AA6851;
}
</style>