Shades of Sante Fe #AA714E
Tints of Sante Fe #AA714E
RGB
CMYK
RGB Variations
Color information
#AA714E (or 0xAA714E) is known color: Sante Fe. HEX triplet: AA, 71 and 4E. RGB value is (170,113,78). Sum of RGB (Red+Green+Blue) = 170+113+78=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA714E is #558EB1. Grayscale: #7E7E7E. Windows color (decimal): -5607090 or 5140906. OLE color: 5140906.
HSL color Cylindrical-coordinate representation of color #AA714E: hue angle of 22.83º 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 #AA714E is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 78 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.33 |
| HSL | 22.83º | 0.37% | 0.49% | - |
| HSV(B) | 22.83º | 0.54% | 0.67% | - |
| XYZ | 23.86 | 20.91 | 9.99 | - |
| YUV | 126.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 78 | 0 | 0.34 | 0.54 | 0.33 | 22.83 | 0.37 | 0.49 |
| Hex | AA | 71 | 4E | 0 | 22 | 36 | 21 | 17 | 25 | 31 |
| Octal | 252 | 161 | 116 | 0 | 42 | 66 | 41 | 27 | 45 | 61 |
| Binary | 10101010 | 1110001 | 1001110 | 0 | 100010 | 110110 | 100001 | 10111 | 100101 | 110001 |
Color Harmonies of #AA714E
Complementary color
Monochromatic Colors of #AA714E
Black with #AA714E
Text Example
Text Example
White with #AA714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA714E; }
p { color: rgb(170,113,78); }
H1.HeaderClassName
{
color: #AA714E;
}
.AnyTagClassName
{
color: #AA714E;
}
</style>
background-color css
<style>
a { background-color: #AA714E; }
a { background-color: rgb(170,113,78); }
div.DivClassName
{
background-color: #AA714E;
}
.BgClassName
{
background-color: #AA714E;
}
</style>
border-color css
<style>
span { border-color: #AA714E; }
span { border-color: rgb(170,113,78); }
td.TdClassName
{
border-color: #AA714E;
}
.TagClassName
{
border-color: #AA714E;
}
</style>