Shades of Sante Fe #AA6D51
Tints of Sante Fe #AA6D51
RGB
CMYK
RGB Variations
Color information
#AA6D51 (or 0xAA6D51) is known color: Sante Fe. HEX triplet: AA, 6D and 51. RGB value is (170,109,81). Sum of RGB (Red+Green+Blue) = 170+109+81=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D51 is #5592AE. Grayscale: #7C7C7C. Windows color (decimal): -5608111 or 5336490. OLE color: 5336490.
HSL color Cylindrical-coordinate representation of color #AA6D51: hue angle of 18.88º 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 #AA6D51 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 81 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.33 |
| HSL | 18.88º | 0.35% | 0.49% | - |
| HSV(B) | 18.88º | 0.52% | 0.67% | - |
| XYZ | 23.53 | 20.08 | 10.42 | - |
| YUV | 124.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 81 | 0 | 0.36 | 0.52 | 0.33 | 18.88 | 0.35 | 0.49 |
| Hex | AA | 6D | 51 | 0 | 24 | 34 | 21 | 13 | 23 | 31 |
| Octal | 252 | 155 | 121 | 0 | 44 | 64 | 41 | 23 | 43 | 61 |
| Binary | 10101010 | 1101101 | 1010001 | 0 | 100100 | 110100 | 100001 | 10011 | 100011 | 110001 |
Color Harmonies of #AA6D51
Complementary color
Monochromatic Colors of #AA6D51
Black with #AA6D51
Text Example
Text Example
White with #AA6D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D51; }
p { color: rgb(170,109,81); }
H1.HeaderClassName
{
color: #AA6D51;
}
.AnyTagClassName
{
color: #AA6D51;
}
</style>
background-color css
<style>
a { background-color: #AA6D51; }
a { background-color: rgb(170,109,81); }
div.DivClassName
{
background-color: #AA6D51;
}
.BgClassName
{
background-color: #AA6D51;
}
</style>
border-color css
<style>
span { border-color: #AA6D51; }
span { border-color: rgb(170,109,81); }
td.TdClassName
{
border-color: #AA6D51;
}
.TagClassName
{
border-color: #AA6D51;
}
</style>