Shades of Sante Fe #AA7458
Tints of Sante Fe #AA7458
RGB
CMYK
RGB Variations
Color information
#AA7458 (or 0xAA7458) is known color: Sante Fe. HEX triplet: AA, 74 and 58. RGB value is (170,116,88). Sum of RGB (Red+Green+Blue) = 170+116+88=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7458 is #558BA7. Grayscale: #818181. Windows color (decimal): -5606312 or 5797034. OLE color: 5797034.
HSL color Cylindrical-coordinate representation of color #AA7458: hue angle of 20.49º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA7458 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 88 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.33 |
| HSL | 20.49º | 0.33% | 0.51% | - |
| HSV(B) | 20.49º | 0.48% | 0.67% | - |
| XYZ | 24.58 | 21.74 | 12.13 | - |
| YUV | 128.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 88 | 0 | 0.32 | 0.48 | 0.33 | 20.49 | 0.33 | 0.51 |
| Hex | AA | 74 | 58 | 0 | 20 | 30 | 21 | 14 | 21 | 33 |
| Octal | 252 | 164 | 130 | 0 | 40 | 60 | 41 | 24 | 41 | 63 |
| Binary | 10101010 | 1110100 | 1011000 | 0 | 100000 | 110000 | 100001 | 10100 | 100001 | 110011 |
Color Harmonies of #AA7458
Complementary color
Monochromatic Colors of #AA7458
Black with #AA7458
Text Example
Text Example
White with #AA7458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7458; }
p { color: rgb(170,116,88); }
H1.HeaderClassName
{
color: #AA7458;
}
.AnyTagClassName
{
color: #AA7458;
}
</style>
background-color css
<style>
a { background-color: #AA7458; }
a { background-color: rgb(170,116,88); }
div.DivClassName
{
background-color: #AA7458;
}
.BgClassName
{
background-color: #AA7458;
}
</style>
border-color css
<style>
span { border-color: #AA7458; }
span { border-color: rgb(170,116,88); }
td.TdClassName
{
border-color: #AA7458;
}
.TagClassName
{
border-color: #AA7458;
}
</style>