Shades of Sante Fe #AA7154
Tints of Sante Fe #AA7154
RGB
CMYK
RGB Variations
Color information
#AA7154 (or 0xAA7154) is known color: Sante Fe. HEX triplet: AA, 71 and 54. RGB value is (170,113,84). Sum of RGB (Red+Green+Blue) = 170+113+84=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7154 is #558EAB. Grayscale: #7E7E7E. Windows color (decimal): -5607084 or 5534122. OLE color: 5534122.
HSL color Cylindrical-coordinate representation of color #AA7154: hue angle of 20.23º 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 #AA7154 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 84 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.33 |
| HSL | 20.23º | 0.34% | 0.5% | - |
| HSV(B) | 20.23º | 0.51% | 0.67% | - |
| XYZ | 24.08 | 21 | 11.17 | - |
| YUV | 126.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 84 | 0 | 0.34 | 0.51 | 0.33 | 20.23 | 0.34 | 0.5 |
| Hex | AA | 71 | 54 | 0 | 22 | 33 | 21 | 14 | 22 | 32 |
| Octal | 252 | 161 | 124 | 0 | 42 | 63 | 41 | 24 | 42 | 62 |
| Binary | 10101010 | 1110001 | 1010100 | 0 | 100010 | 110011 | 100001 | 10100 | 100010 | 110010 |
Color Harmonies of #AA7154
Complementary color
Monochromatic Colors of #AA7154
Black with #AA7154
Text Example
Text Example
White with #AA7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7154; }
p { color: rgb(170,113,84); }
H1.HeaderClassName
{
color: #AA7154;
}
.AnyTagClassName
{
color: #AA7154;
}
</style>
background-color css
<style>
a { background-color: #AA7154; }
a { background-color: rgb(170,113,84); }
div.DivClassName
{
background-color: #AA7154;
}
.BgClassName
{
background-color: #AA7154;
}
</style>
border-color css
<style>
span { border-color: #AA7154; }
span { border-color: rgb(170,113,84); }
td.TdClassName
{
border-color: #AA7154;
}
.TagClassName
{
border-color: #AA7154;
}
</style>