Shades of Sante Fe #AA6D54
Tints of Sante Fe #AA6D54
RGB
CMYK
RGB Variations
Color information
#AA6D54 (or 0xAA6D54) is known color: Sante Fe. HEX triplet: AA, 6D and 54. RGB value is (170,109,84). Sum of RGB (Red+Green+Blue) = 170+109+84=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D54 is #5592AB. Grayscale: #7C7C7C. Windows color (decimal): -5608108 or 5533098. OLE color: 5533098.
HSL color Cylindrical-coordinate representation of color #AA6D54: hue angle of 17.44º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6D54 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 84 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.33 |
| HSL | 17.44º | 0.34% | 0.5% | - |
| HSV(B) | 17.44º | 0.51% | 0.67% | - |
| XYZ | 23.65 | 20.12 | 11.03 | - |
| YUV | 124.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 84 | 0 | 0.36 | 0.51 | 0.33 | 17.44 | 0.34 | 0.5 |
| Hex | AA | 6D | 54 | 0 | 24 | 33 | 21 | 11 | 22 | 32 |
| Octal | 252 | 155 | 124 | 0 | 44 | 63 | 41 | 21 | 42 | 62 |
| Binary | 10101010 | 1101101 | 1010100 | 0 | 100100 | 110011 | 100001 | 10001 | 100010 | 110010 |
Color Harmonies of #AA6D54
Complementary color
Monochromatic Colors of #AA6D54
Black with #AA6D54
Text Example
Text Example
White with #AA6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D54; }
p { color: rgb(170,109,84); }
H1.HeaderClassName
{
color: #AA6D54;
}
.AnyTagClassName
{
color: #AA6D54;
}
</style>
background-color css
<style>
a { background-color: #AA6D54; }
a { background-color: rgb(170,109,84); }
div.DivClassName
{
background-color: #AA6D54;
}
.BgClassName
{
background-color: #AA6D54;
}
</style>
border-color css
<style>
span { border-color: #AA6D54; }
span { border-color: rgb(170,109,84); }
td.TdClassName
{
border-color: #AA6D54;
}
.TagClassName
{
border-color: #AA6D54;
}
</style>