Shades of Sante Fe #AA704D
Tints of Sante Fe #AA704D
RGB
CMYK
RGB Variations
Color information
#AA704D (or 0xAA704D) is known color: Sante Fe. HEX triplet: AA, 70 and 4D. RGB value is (170,112,77). Sum of RGB (Red+Green+Blue) = 170+112+77=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA704D is #558FB2. Grayscale: #7D7D7D. Windows color (decimal): -5607347 or 5075114. OLE color: 5075114.
HSL color Cylindrical-coordinate representation of color #AA704D: hue angle of 22.58º 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 #AA704D is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 77 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.33 |
| HSL | 22.58º | 0.38% | 0.48% | - |
| HSV(B) | 22.58º | 0.55% | 0.67% | - |
| XYZ | 23.71 | 20.67 | 9.76 | - |
| YUV | 125.35 | 100.72 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 77 | 0 | 0.34 | 0.55 | 0.33 | 22.58 | 0.38 | 0.48 |
| Hex | AA | 70 | 4D | 0 | 22 | 37 | 21 | 17 | 26 | 30 |
| Octal | 252 | 160 | 115 | 0 | 42 | 67 | 41 | 27 | 46 | 60 |
| Binary | 10101010 | 1110000 | 1001101 | 0 | 100010 | 110111 | 100001 | 10111 | 100110 | 110000 |
Color Harmonies of #AA704D
Complementary color
Monochromatic Colors of #AA704D
Black with #AA704D
Text Example
Text Example
White with #AA704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA704D; }
p { color: rgb(170,112,77); }
H1.HeaderClassName
{
color: #AA704D;
}
.AnyTagClassName
{
color: #AA704D;
}
</style>
background-color css
<style>
a { background-color: #AA704D; }
a { background-color: rgb(170,112,77); }
div.DivClassName
{
background-color: #AA704D;
}
.BgClassName
{
background-color: #AA704D;
}
</style>
border-color css
<style>
span { border-color: #AA704D; }
span { border-color: rgb(170,112,77); }
td.TdClassName
{
border-color: #AA704D;
}
.TagClassName
{
border-color: #AA704D;
}
</style>