Shades of Sante Fe #AA6C49
Tints of Sante Fe #AA6C49
RGB
CMYK
RGB Variations
Color information
#AA6C49 (or 0xAA6C49) is known color: Sante Fe. HEX triplet: AA, 6C and 49. RGB value is (170,108,73). Sum of RGB (Red+Green+Blue) = 170+108+73=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C49 is #5593B6. Grayscale: #7A7A7A. Windows color (decimal): -5608375 or 4811946. OLE color: 4811946.
HSL color Cylindrical-coordinate representation of color #AA6C49: hue angle of 21.65º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6C49 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 73 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.33 |
| HSL | 21.65º | 0.4% | 0.48% | - |
| HSV(B) | 21.65º | 0.57% | 0.67% | - |
| XYZ | 23.14 | 19.75 | 8.9 | - |
| YUV | 122.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 73 | 0 | 0.36 | 0.57 | 0.33 | 21.65 | 0.4 | 0.48 |
| Hex | AA | 6C | 49 | 0 | 24 | 39 | 21 | 16 | 28 | 30 |
| Octal | 252 | 154 | 111 | 0 | 44 | 71 | 41 | 26 | 50 | 60 |
| Binary | 10101010 | 1101100 | 1001001 | 0 | 100100 | 111001 | 100001 | 10110 | 101000 | 110000 |
Color Harmonies of #AA6C49
Complementary color
Monochromatic Colors of #AA6C49
Black with #AA6C49
Text Example
Text Example
White with #AA6C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C49; }
p { color: rgb(170,108,73); }
H1.HeaderClassName
{
color: #AA6C49;
}
.AnyTagClassName
{
color: #AA6C49;
}
</style>
background-color css
<style>
a { background-color: #AA6C49; }
a { background-color: rgb(170,108,73); }
div.DivClassName
{
background-color: #AA6C49;
}
.BgClassName
{
background-color: #AA6C49;
}
</style>
border-color css
<style>
span { border-color: #AA6C49; }
span { border-color: rgb(170,108,73); }
td.TdClassName
{
border-color: #AA6C49;
}
.TagClassName
{
border-color: #AA6C49;
}
</style>