Shades of Sante Fe #AA6E50
Tints of Sante Fe #AA6E50
RGB
CMYK
RGB Variations
Color information
#AA6E50 (or 0xAA6E50) is known color: Sante Fe. HEX triplet: AA, 6E and 50. RGB value is (170,110,80). Sum of RGB (Red+Green+Blue) = 170+110+80=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E50 is #5591AF. Grayscale: #7C7C7C. Windows color (decimal): -5607856 or 5271210. OLE color: 5271210.
HSL color Cylindrical-coordinate representation of color #AA6E50: hue angle of 20º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA6E50 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 80 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.33 |
| HSL | 20º | 0.36% | 0.49% | - |
| HSV(B) | 20º | 0.53% | 0.67% | - |
| XYZ | 23.6 | 20.28 | 10.26 | - |
| YUV | 124.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 80 | 0 | 0.35 | 0.53 | 0.33 | 20 | 0.36 | 0.49 |
| Hex | AA | 6E | 50 | 0 | 23 | 35 | 21 | 14 | 24 | 31 |
| Octal | 252 | 156 | 120 | 0 | 43 | 65 | 41 | 24 | 44 | 61 |
| Binary | 10101010 | 1101110 | 1010000 | 0 | 100011 | 110101 | 100001 | 10100 | 100100 | 110001 |
Color Harmonies of #AA6E50
Complementary color
Monochromatic Colors of #AA6E50
Black with #AA6E50
Text Example
Text Example
White with #AA6E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E50; }
p { color: rgb(170,110,80); }
H1.HeaderClassName
{
color: #AA6E50;
}
.AnyTagClassName
{
color: #AA6E50;
}
</style>
background-color css
<style>
a { background-color: #AA6E50; }
a { background-color: rgb(170,110,80); }
div.DivClassName
{
background-color: #AA6E50;
}
.BgClassName
{
background-color: #AA6E50;
}
</style>
border-color css
<style>
span { border-color: #AA6E50; }
span { border-color: rgb(170,110,80); }
td.TdClassName
{
border-color: #AA6E50;
}
.TagClassName
{
border-color: #AA6E50;
}
</style>