Shades of Sante Fe #AA724F
Tints of Sante Fe #AA724F
RGB
CMYK
RGB Variations
Color information
#AA724F (or 0xAA724F) is known color: Sante Fe. HEX triplet: AA, 72 and 4F. RGB value is (170,114,79). Sum of RGB (Red+Green+Blue) = 170+114+79=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA724F is #558DB0. Grayscale: #7E7E7E. Windows color (decimal): -5606833 or 5206698. OLE color: 5206698.
HSL color Cylindrical-coordinate representation of color #AA724F: hue angle of 23.08º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA724F is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 79 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.33 |
| HSL | 23.08º | 0.37% | 0.49% | - |
| HSV(B) | 23.08º | 0.54% | 0.67% | - |
| XYZ | 24.01 | 21.15 | 10.21 | - |
| YUV | 126.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 79 | 0 | 0.33 | 0.54 | 0.33 | 23.08 | 0.37 | 0.49 |
| Hex | AA | 72 | 4F | 0 | 21 | 36 | 21 | 17 | 25 | 31 |
| Octal | 252 | 162 | 117 | 0 | 41 | 66 | 41 | 27 | 45 | 61 |
| Binary | 10101010 | 1110010 | 1001111 | 0 | 100001 | 110110 | 100001 | 10111 | 100101 | 110001 |
Color Harmonies of #AA724F
Complementary color
Monochromatic Colors of #AA724F
Black with #AA724F
Text Example
Text Example
White with #AA724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA724F; }
p { color: rgb(170,114,79); }
H1.HeaderClassName
{
color: #AA724F;
}
.AnyTagClassName
{
color: #AA724F;
}
</style>
background-color css
<style>
a { background-color: #AA724F; }
a { background-color: rgb(170,114,79); }
div.DivClassName
{
background-color: #AA724F;
}
.BgClassName
{
background-color: #AA724F;
}
</style>
border-color css
<style>
span { border-color: #AA724F; }
span { border-color: rgb(170,114,79); }
td.TdClassName
{
border-color: #AA724F;
}
.TagClassName
{
border-color: #AA724F;
}
</style>