Shades of Sante Fe #AA7150
Tints of Sante Fe #AA7150
RGB
CMYK
RGB Variations
Color information
#AA7150 (or 0xAA7150) is known color: Sante Fe. HEX triplet: AA, 71 and 50. RGB value is (170,113,80). Sum of RGB (Red+Green+Blue) = 170+113+80=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7150 is #558EAF. Grayscale: #7E7E7E. Windows color (decimal): -5607088 or 5271978. OLE color: 5271978.
HSL color Cylindrical-coordinate representation of color #AA7150: hue angle of 22º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA7150 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 80 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.33 |
| HSL | 22º | 0.36% | 0.49% | - |
| HSV(B) | 22º | 0.53% | 0.67% | - |
| XYZ | 23.93 | 20.94 | 10.37 | - |
| YUV | 126.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 80 | 0 | 0.34 | 0.53 | 0.33 | 22 | 0.36 | 0.49 |
| Hex | AA | 71 | 50 | 0 | 22 | 35 | 21 | 16 | 24 | 31 |
| Octal | 252 | 161 | 120 | 0 | 42 | 65 | 41 | 26 | 44 | 61 |
| Binary | 10101010 | 1110001 | 1010000 | 0 | 100010 | 110101 | 100001 | 10110 | 100100 | 110001 |
Color Harmonies of #AA7150
Complementary color
Monochromatic Colors of #AA7150
Black with #AA7150
Text Example
Text Example
White with #AA7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7150; }
p { color: rgb(170,113,80); }
H1.HeaderClassName
{
color: #AA7150;
}
.AnyTagClassName
{
color: #AA7150;
}
</style>
background-color css
<style>
a { background-color: #AA7150; }
a { background-color: rgb(170,113,80); }
div.DivClassName
{
background-color: #AA7150;
}
.BgClassName
{
background-color: #AA7150;
}
</style>
border-color css
<style>
span { border-color: #AA7150; }
span { border-color: rgb(170,113,80); }
td.TdClassName
{
border-color: #AA7150;
}
.TagClassName
{
border-color: #AA7150;
}
</style>