Shades of Sante Fe #AA704E
Tints of Sante Fe #AA704E
RGB
CMYK
RGB Variations
Color information
#AA704E (or 0xAA704E) is known color: Sante Fe. HEX triplet: AA, 70 and 4E. RGB value is (170,112,78). Sum of RGB (Red+Green+Blue) = 170+112+78=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA704E is #558FB1. Grayscale: #7D7D7D. Windows color (decimal): -5607346 or 5140650. OLE color: 5140650.
HSL color Cylindrical-coordinate representation of color #AA704E: hue angle of 22.17º 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 #AA704E is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 78 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.33 |
| HSL | 22.17º | 0.37% | 0.49% | - |
| HSV(B) | 22.17º | 0.54% | 0.67% | - |
| XYZ | 23.75 | 20.68 | 9.95 | - |
| YUV | 125.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 78 | 0 | 0.34 | 0.54 | 0.33 | 22.17 | 0.37 | 0.49 |
| Hex | AA | 70 | 4E | 0 | 22 | 36 | 21 | 16 | 25 | 31 |
| Octal | 252 | 160 | 116 | 0 | 42 | 66 | 41 | 26 | 45 | 61 |
| Binary | 10101010 | 1110000 | 1001110 | 0 | 100010 | 110110 | 100001 | 10110 | 100101 | 110001 |
Color Harmonies of #AA704E
Complementary color
Monochromatic Colors of #AA704E
Black with #AA704E
Text Example
Text Example
White with #AA704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA704E; }
p { color: rgb(170,112,78); }
H1.HeaderClassName
{
color: #AA704E;
}
.AnyTagClassName
{
color: #AA704E;
}
</style>
background-color css
<style>
a { background-color: #AA704E; }
a { background-color: rgb(170,112,78); }
div.DivClassName
{
background-color: #AA704E;
}
.BgClassName
{
background-color: #AA704E;
}
</style>
border-color css
<style>
span { border-color: #AA704E; }
span { border-color: rgb(170,112,78); }
td.TdClassName
{
border-color: #AA704E;
}
.TagClassName
{
border-color: #AA704E;
}
</style>