Shades of Sante Fe #AA724D
Tints of Sante Fe #AA724D
RGB
CMYK
RGB Variations
Color information
#AA724D (or 0xAA724D) is known color: Sante Fe. HEX triplet: AA, 72 and 4D. RGB value is (170,114,77). Sum of RGB (Red+Green+Blue) = 170+114+77=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA724D is #558DB2. Grayscale: #7E7E7E. Windows color (decimal): -5606835 or 5075626. OLE color: 5075626.
HSL color Cylindrical-coordinate representation of color #AA724D: hue angle of 23.87º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA724D is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 77 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.33 |
| HSL | 23.87º | 0.38% | 0.48% | - |
| HSV(B) | 23.87º | 0.55% | 0.67% | - |
| XYZ | 23.93 | 21.12 | 9.84 | - |
| YUV | 126.53 | 100.05 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 77 | 0 | 0.33 | 0.55 | 0.33 | 23.87 | 0.38 | 0.48 |
| Hex | AA | 72 | 4D | 0 | 21 | 37 | 21 | 18 | 26 | 30 |
| Octal | 252 | 162 | 115 | 0 | 41 | 67 | 41 | 30 | 46 | 60 |
| Binary | 10101010 | 1110010 | 1001101 | 0 | 100001 | 110111 | 100001 | 11000 | 100110 | 110000 |
Color Harmonies of #AA724D
Complementary color
Monochromatic Colors of #AA724D
Black with #AA724D
Text Example
Text Example
White with #AA724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA724D; }
p { color: rgb(170,114,77); }
H1.HeaderClassName
{
color: #AA724D;
}
.AnyTagClassName
{
color: #AA724D;
}
</style>
background-color css
<style>
a { background-color: #AA724D; }
a { background-color: rgb(170,114,77); }
div.DivClassName
{
background-color: #AA724D;
}
.BgClassName
{
background-color: #AA724D;
}
</style>
border-color css
<style>
span { border-color: #AA724D; }
span { border-color: rgb(170,114,77); }
td.TdClassName
{
border-color: #AA724D;
}
.TagClassName
{
border-color: #AA724D;
}
</style>