Shades of Sante Fe #AA705A
Tints of Sante Fe #AA705A
RGB
CMYK
RGB Variations
Color information
#AA705A (or 0xAA705A) is known color: Sante Fe. HEX triplet: AA, 70 and 5A. RGB value is (170,112,90). Sum of RGB (Red+Green+Blue) = 170+112+90=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA705A is #558FA5. Grayscale: #7E7E7E. Windows color (decimal): -5607334 or 5927082. OLE color: 5927082.
HSL color Cylindrical-coordinate representation of color #AA705A: hue angle of 16.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA705A is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 90 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.33 |
| HSL | 16.5º | 0.32% | 0.51% | - |
| HSV(B) | 16.5º | 0.47% | 0.67% | - |
| XYZ | 24.22 | 20.87 | 12.43 | - |
| YUV | 126.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 90 | 0 | 0.34 | 0.47 | 0.33 | 16.5 | 0.32 | 0.51 |
| Hex | AA | 70 | 5A | 0 | 22 | 2F | 21 | 10 | 20 | 33 |
| Octal | 252 | 160 | 132 | 0 | 42 | 57 | 41 | 20 | 40 | 63 |
| Binary | 10101010 | 1110000 | 1011010 | 0 | 100010 | 101111 | 100001 | 10000 | 100000 | 110011 |
Color Harmonies of #AA705A
Complementary color
Monochromatic Colors of #AA705A
Black with #AA705A
Text Example
Text Example
White with #AA705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA705A; }
p { color: rgb(170,112,90); }
H1.HeaderClassName
{
color: #AA705A;
}
.AnyTagClassName
{
color: #AA705A;
}
</style>
background-color css
<style>
a { background-color: #AA705A; }
a { background-color: rgb(170,112,90); }
div.DivClassName
{
background-color: #AA705A;
}
.BgClassName
{
background-color: #AA705A;
}
</style>
border-color css
<style>
span { border-color: #AA705A; }
span { border-color: rgb(170,112,90); }
td.TdClassName
{
border-color: #AA705A;
}
.TagClassName
{
border-color: #AA705A;
}
</style>