Shades of Sante Fe #AA7251
Tints of Sante Fe #AA7251
RGB
CMYK
RGB Variations
Color information
#AA7251 (or 0xAA7251) is known color: Sante Fe. HEX triplet: AA, 72 and 51. RGB value is (170,114,81). Sum of RGB (Red+Green+Blue) = 170+114+81=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7251 is #558DAE. Grayscale: #7F7F7F. Windows color (decimal): -5606831 or 5337770. OLE color: 5337770.
HSL color Cylindrical-coordinate representation of color #AA7251: hue angle of 22.25º 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 #AA7251 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 81 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.33 |
| HSL | 22.25º | 0.35% | 0.49% | - |
| HSV(B) | 22.25º | 0.52% | 0.67% | - |
| XYZ | 24.08 | 21.17 | 10.6 | - |
| YUV | 126.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 81 | 0 | 0.33 | 0.52 | 0.33 | 22.25 | 0.35 | 0.49 |
| Hex | AA | 72 | 51 | 0 | 21 | 34 | 21 | 16 | 23 | 31 |
| Octal | 252 | 162 | 121 | 0 | 41 | 64 | 41 | 26 | 43 | 61 |
| Binary | 10101010 | 1110010 | 1010001 | 0 | 100001 | 110100 | 100001 | 10110 | 100011 | 110001 |
Color Harmonies of #AA7251
Complementary color
Monochromatic Colors of #AA7251
Black with #AA7251
Text Example
Text Example
White with #AA7251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7251; }
p { color: rgb(170,114,81); }
H1.HeaderClassName
{
color: #AA7251;
}
.AnyTagClassName
{
color: #AA7251;
}
</style>
background-color css
<style>
a { background-color: #AA7251; }
a { background-color: rgb(170,114,81); }
div.DivClassName
{
background-color: #AA7251;
}
.BgClassName
{
background-color: #AA7251;
}
</style>
border-color css
<style>
span { border-color: #AA7251; }
span { border-color: rgb(170,114,81); }
td.TdClassName
{
border-color: #AA7251;
}
.TagClassName
{
border-color: #AA7251;
}
</style>