Shades of Sante Fe #AA6E51
Tints of Sante Fe #AA6E51
RGB
CMYK
RGB Variations
Color information
#AA6E51 (or 0xAA6E51) is known color: Sante Fe. HEX triplet: AA, 6E and 51. RGB value is (170,110,81). Sum of RGB (Red+Green+Blue) = 170+110+81=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E51 is #5591AE. Grayscale: #7C7C7C. Windows color (decimal): -5607855 or 5336746. OLE color: 5336746.
HSL color Cylindrical-coordinate representation of color #AA6E51: hue angle of 19.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6E51 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 81 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.33 |
| HSL | 19.55º | 0.35% | 0.49% | - |
| HSV(B) | 19.55º | 0.52% | 0.67% | - |
| XYZ | 23.64 | 20.29 | 10.46 | - |
| YUV | 124.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 81 | 0 | 0.35 | 0.52 | 0.33 | 19.55 | 0.35 | 0.49 |
| Hex | AA | 6E | 51 | 0 | 23 | 34 | 21 | 14 | 23 | 31 |
| Octal | 252 | 156 | 121 | 0 | 43 | 64 | 41 | 24 | 43 | 61 |
| Binary | 10101010 | 1101110 | 1010001 | 0 | 100011 | 110100 | 100001 | 10100 | 100011 | 110001 |
Color Harmonies of #AA6E51
Complementary color
Monochromatic Colors of #AA6E51
Black with #AA6E51
Text Example
Text Example
White with #AA6E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E51; }
p { color: rgb(170,110,81); }
H1.HeaderClassName
{
color: #AA6E51;
}
.AnyTagClassName
{
color: #AA6E51;
}
</style>
background-color css
<style>
a { background-color: #AA6E51; }
a { background-color: rgb(170,110,81); }
div.DivClassName
{
background-color: #AA6E51;
}
.BgClassName
{
background-color: #AA6E51;
}
</style>
border-color css
<style>
span { border-color: #AA6E51; }
span { border-color: rgb(170,110,81); }
td.TdClassName
{
border-color: #AA6E51;
}
.TagClassName
{
border-color: #AA6E51;
}
</style>