Shades of Sante Fe #AA6B49
Tints of Sante Fe #AA6B49
RGB
CMYK
RGB Variations
Color information
#AA6B49 (or 0xAA6B49) is known color: Sante Fe. HEX triplet: AA, 6B and 49. RGB value is (170,107,73). Sum of RGB (Red+Green+Blue) = 170+107+73=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B49 is #5594B6. Grayscale: #7A7A7A. Windows color (decimal): -5608631 or 4811690. OLE color: 4811690.
HSL color Cylindrical-coordinate representation of color #AA6B49: hue angle of 21.03º 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 #AA6B49 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 73 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.33 |
| HSL | 21.03º | 0.4% | 0.48% | - |
| HSV(B) | 21.03º | 0.57% | 0.67% | - |
| XYZ | 23.04 | 19.54 | 8.86 | - |
| YUV | 121.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 73 | 0 | 0.37 | 0.57 | 0.33 | 21.03 | 0.4 | 0.48 |
| Hex | AA | 6B | 49 | 0 | 25 | 39 | 21 | 15 | 28 | 30 |
| Octal | 252 | 153 | 111 | 0 | 45 | 71 | 41 | 25 | 50 | 60 |
| Binary | 10101010 | 1101011 | 1001001 | 0 | 100101 | 111001 | 100001 | 10101 | 101000 | 110000 |
Color Harmonies of #AA6B49
Complementary color
Monochromatic Colors of #AA6B49
Black with #AA6B49
Text Example
Text Example
White with #AA6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B49; }
p { color: rgb(170,107,73); }
H1.HeaderClassName
{
color: #AA6B49;
}
.AnyTagClassName
{
color: #AA6B49;
}
</style>
background-color css
<style>
a { background-color: #AA6B49; }
a { background-color: rgb(170,107,73); }
div.DivClassName
{
background-color: #AA6B49;
}
.BgClassName
{
background-color: #AA6B49;
}
</style>
border-color css
<style>
span { border-color: #AA6B49; }
span { border-color: rgb(170,107,73); }
td.TdClassName
{
border-color: #AA6B49;
}
.TagClassName
{
border-color: #AA6B49;
}
</style>