Shades of Sante Fe #AD6D59
Tints of Sante Fe #AD6D59
RGB
CMYK
RGB Variations
Color information
#AD6D59 (or 0xAD6D59) is known color: Sante Fe. HEX triplet: AD, 6D and 59. RGB value is (173,109,89). Sum of RGB (Red+Green+Blue) = 173+109+89=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D59 is #5292A6. Grayscale: #7E7E7E. Windows color (decimal): -5411495 or 5860781. OLE color: 5860781.
HSL color Cylindrical-coordinate representation of color #AD6D59: hue angle of 14.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD6D59 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 89 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.32 |
| HSL | 14.29º | 0.34% | 0.51% | - |
| HSV(B) | 14.29º | 0.49% | 0.68% | - |
| XYZ | 24.51 | 20.54 | 12.12 | - |
| YUV | 125.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 89 | 0 | 0.37 | 0.49 | 0.32 | 14.29 | 0.34 | 0.51 |
| Hex | AD | 6D | 59 | 0 | 25 | 31 | 20 | E | 22 | 33 |
| Octal | 255 | 155 | 131 | 0 | 45 | 61 | 40 | 16 | 42 | 63 |
| Binary | 10101101 | 1101101 | 1011001 | 0 | 100101 | 110001 | 100000 | 1110 | 100010 | 110011 |
Color Harmonies of #AD6D59
Complementary color
Monochromatic Colors of #AD6D59
Black with #AD6D59
Text Example
Text Example
White with #AD6D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D59; }
p { color: rgb(173,109,89); }
H1.HeaderClassName
{
color: #AD6D59;
}
.AnyTagClassName
{
color: #AD6D59;
}
</style>
background-color css
<style>
a { background-color: #AD6D59; }
a { background-color: rgb(173,109,89); }
div.DivClassName
{
background-color: #AD6D59;
}
.BgClassName
{
background-color: #AD6D59;
}
</style>
border-color css
<style>
span { border-color: #AD6D59; }
span { border-color: rgb(173,109,89); }
td.TdClassName
{
border-color: #AD6D59;
}
.TagClassName
{
border-color: #AD6D59;
}
</style>