Shades of Sante Fe #AA6253
Tints of Sante Fe #AA6253
RGB
CMYK
RGB Variations
Color information
#AA6253 (or 0xAA6253) is known color: Sante Fe. HEX triplet: AA, 62 and 53. RGB value is (170,98,83). Sum of RGB (Red+Green+Blue) = 170+98+83=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6253 is #559DAC. Grayscale: #757575. Windows color (decimal): -5610925 or 5464746. OLE color: 5464746.
HSL color Cylindrical-coordinate representation of color #AA6253: hue angle of 10.34º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6253 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 83 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.33 |
| HSL | 10.34º | 0.34% | 0.5% | - |
| HSV(B) | 10.34º | 0.51% | 0.67% | - |
| XYZ | 22.51 | 17.91 | 10.45 | - |
| YUV | 117.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 83 | 0 | 0.42 | 0.51 | 0.33 | 10.34 | 0.34 | 0.5 |
| Hex | AA | 62 | 53 | 0 | 2A | 33 | 21 | A | 22 | 32 |
| Octal | 252 | 142 | 123 | 0 | 52 | 63 | 41 | 12 | 42 | 62 |
| Binary | 10101010 | 1100010 | 1010011 | 0 | 101010 | 110011 | 100001 | 1010 | 100010 | 110010 |
Color Harmonies of #AA6253
Complementary color
Monochromatic Colors of #AA6253
Black with #AA6253
Text Example
Text Example
White with #AA6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6253; }
p { color: rgb(170,98,83); }
H1.HeaderClassName
{
color: #AA6253;
}
.AnyTagClassName
{
color: #AA6253;
}
</style>
background-color css
<style>
a { background-color: #AA6253; }
a { background-color: rgb(170,98,83); }
div.DivClassName
{
background-color: #AA6253;
}
.BgClassName
{
background-color: #AA6253;
}
</style>
border-color css
<style>
span { border-color: #AA6253; }
span { border-color: rgb(170,98,83); }
td.TdClassName
{
border-color: #AA6253;
}
.TagClassName
{
border-color: #AA6253;
}
</style>