Shades of Sante Fe #AA7358
Tints of Sante Fe #AA7358
RGB
CMYK
RGB Variations
Color information
#AA7358 (or 0xAA7358) is known color: Sante Fe. HEX triplet: AA, 73 and 58. RGB value is (170,115,88). Sum of RGB (Red+Green+Blue) = 170+115+88=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7358 is #558CA7. Grayscale: #808080. Windows color (decimal): -5606568 or 5796778. OLE color: 5796778.
HSL color Cylindrical-coordinate representation of color #AA7358: hue angle of 19.76º 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 #AA7358 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 88 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.33 |
| HSL | 19.76º | 0.33% | 0.51% | - |
| HSV(B) | 19.76º | 0.48% | 0.67% | - |
| XYZ | 24.47 | 21.51 | 12.1 | - |
| YUV | 128.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 88 | 0 | 0.32 | 0.48 | 0.33 | 19.76 | 0.33 | 0.51 |
| Hex | AA | 73 | 58 | 0 | 20 | 30 | 21 | 14 | 21 | 33 |
| Octal | 252 | 163 | 130 | 0 | 40 | 60 | 41 | 24 | 41 | 63 |
| Binary | 10101010 | 1110011 | 1011000 | 0 | 100000 | 110000 | 100001 | 10100 | 100001 | 110011 |
Color Harmonies of #AA7358
Complementary color
Monochromatic Colors of #AA7358
Black with #AA7358
Text Example
Text Example
White with #AA7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7358; }
p { color: rgb(170,115,88); }
H1.HeaderClassName
{
color: #AA7358;
}
.AnyTagClassName
{
color: #AA7358;
}
</style>
background-color css
<style>
a { background-color: #AA7358; }
a { background-color: rgb(170,115,88); }
div.DivClassName
{
background-color: #AA7358;
}
.BgClassName
{
background-color: #AA7358;
}
</style>
border-color css
<style>
span { border-color: #AA7358; }
span { border-color: rgb(170,115,88); }
td.TdClassName
{
border-color: #AA7358;
}
.TagClassName
{
border-color: #AA7358;
}
</style>