Shades of Sante Fe #AD6D49
Tints of Sante Fe #AD6D49
RGB
CMYK
RGB Variations
Color information
#AD6D49 (or 0xAD6D49) is known color: Sante Fe. HEX triplet: AD, 6D and 49. RGB value is (173,109,73). Sum of RGB (Red+Green+Blue) = 173+109+73=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D49 is #5292B6. Grayscale: #7C7C7C. Windows color (decimal): -5411511 or 4812205. OLE color: 4812205.
HSL color Cylindrical-coordinate representation of color #AD6D49: hue angle of 21.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD6D49 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 73 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.32 |
| HSL | 21.6º | 0.41% | 0.48% | - |
| HSV(B) | 21.6º | 0.58% | 0.68% | - |
| XYZ | 23.9 | 20.3 | 8.96 | - |
| YUV | 124.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 73 | 0 | 0.37 | 0.58 | 0.32 | 21.6 | 0.41 | 0.48 |
| Hex | AD | 6D | 49 | 0 | 25 | 3A | 20 | 16 | 29 | 30 |
| Octal | 255 | 155 | 111 | 0 | 45 | 72 | 40 | 26 | 51 | 60 |
| Binary | 10101101 | 1101101 | 1001001 | 0 | 100101 | 111010 | 100000 | 10110 | 101001 | 110000 |
Color Harmonies of #AD6D49
Complementary color
Monochromatic Colors of #AD6D49
Black with #AD6D49
Text Example
Text Example
White with #AD6D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D49; }
p { color: rgb(173,109,73); }
H1.HeaderClassName
{
color: #AD6D49;
}
.AnyTagClassName
{
color: #AD6D49;
}
</style>
background-color css
<style>
a { background-color: #AD6D49; }
a { background-color: rgb(173,109,73); }
div.DivClassName
{
background-color: #AD6D49;
}
.BgClassName
{
background-color: #AD6D49;
}
</style>
border-color css
<style>
span { border-color: #AD6D49; }
span { border-color: rgb(173,109,73); }
td.TdClassName
{
border-color: #AD6D49;
}
.TagClassName
{
border-color: #AD6D49;
}
</style>