Shades of Sante Fe #AA6551
Tints of Sante Fe #AA6551
RGB
CMYK
RGB Variations
Color information
#AA6551 (or 0xAA6551) is known color: Sante Fe. HEX triplet: AA, 65 and 51. RGB value is (170,101,81). Sum of RGB (Red+Green+Blue) = 170+101+81=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6551 is #559AAE. Grayscale: #777777. Windows color (decimal): -5610159 or 5334442. OLE color: 5334442.
HSL color Cylindrical-coordinate representation of color #AA6551: hue angle of 13.48º 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 #AA6551 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 81 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.33 |
| HSL | 13.48º | 0.35% | 0.49% | - |
| HSV(B) | 13.48º | 0.52% | 0.67% | - |
| XYZ | 22.72 | 18.45 | 10.15 | - |
| YUV | 119.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 81 | 0 | 0.41 | 0.52 | 0.33 | 13.48 | 0.35 | 0.49 |
| Hex | AA | 65 | 51 | 0 | 29 | 34 | 21 | D | 23 | 31 |
| Octal | 252 | 145 | 121 | 0 | 51 | 64 | 41 | 15 | 43 | 61 |
| Binary | 10101010 | 1100101 | 1010001 | 0 | 101001 | 110100 | 100001 | 1101 | 100011 | 110001 |
Color Harmonies of #AA6551
Complementary color
Monochromatic Colors of #AA6551
Black with #AA6551
Text Example
Text Example
White with #AA6551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6551; }
p { color: rgb(170,101,81); }
H1.HeaderClassName
{
color: #AA6551;
}
.AnyTagClassName
{
color: #AA6551;
}
</style>
background-color css
<style>
a { background-color: #AA6551; }
a { background-color: rgb(170,101,81); }
div.DivClassName
{
background-color: #AA6551;
}
.BgClassName
{
background-color: #AA6551;
}
</style>
border-color css
<style>
span { border-color: #AA6551; }
span { border-color: rgb(170,101,81); }
td.TdClassName
{
border-color: #AA6551;
}
.TagClassName
{
border-color: #AA6551;
}
</style>