Shades of Sante Fe #AA704C
Tints of Sante Fe #AA704C
RGB
CMYK
RGB Variations
Color information
#AA704C (or 0xAA704C) is known color: Sante Fe. HEX triplet: AA, 70 and 4C. RGB value is (170,112,76). Sum of RGB (Red+Green+Blue) = 170+112+76=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA704C is #558FB3. Grayscale: #7D7D7D. Windows color (decimal): -5607348 or 5009578. OLE color: 5009578.
HSL color Cylindrical-coordinate representation of color #AA704C: hue angle of 22.98º 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 #AA704C is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 76 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.33 |
| HSL | 22.98º | 0.38% | 0.48% | - |
| HSV(B) | 22.98º | 0.55% | 0.67% | - |
| XYZ | 23.68 | 20.66 | 9.58 | - |
| YUV | 125.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 76 | 0 | 0.34 | 0.55 | 0.33 | 22.98 | 0.38 | 0.48 |
| Hex | AA | 70 | 4C | 0 | 22 | 37 | 21 | 17 | 26 | 30 |
| Octal | 252 | 160 | 114 | 0 | 42 | 67 | 41 | 27 | 46 | 60 |
| Binary | 10101010 | 1110000 | 1001100 | 0 | 100010 | 110111 | 100001 | 10111 | 100110 | 110000 |
Color Harmonies of #AA704C
Complementary color
Monochromatic Colors of #AA704C
Black with #AA704C
Text Example
Text Example
White with #AA704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA704C; }
p { color: rgb(170,112,76); }
H1.HeaderClassName
{
color: #AA704C;
}
.AnyTagClassName
{
color: #AA704C;
}
</style>
background-color css
<style>
a { background-color: #AA704C; }
a { background-color: rgb(170,112,76); }
div.DivClassName
{
background-color: #AA704C;
}
.BgClassName
{
background-color: #AA704C;
}
</style>
border-color css
<style>
span { border-color: #AA704C; }
span { border-color: rgb(170,112,76); }
td.TdClassName
{
border-color: #AA704C;
}
.TagClassName
{
border-color: #AA704C;
}
</style>