Shades of Sante Fe #AD6C59
Tints of Sante Fe #AD6C59
RGB
CMYK
RGB Variations
Color information
#AD6C59 (or 0xAD6C59) is known color: Sante Fe. HEX triplet: AD, 6C and 59. RGB value is (173,108,89). Sum of RGB (Red+Green+Blue) = 173+108+89=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6C59 is #5293A6. Grayscale: #7D7D7D. Windows color (decimal): -5411751 or 5860525. OLE color: 5860525.
HSL color Cylindrical-coordinate representation of color #AD6C59: hue angle of 13.57º 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 #AD6C59 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 89 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.32 |
| HSL | 13.57º | 0.34% | 0.51% | - |
| HSV(B) | 13.57º | 0.49% | 0.68% | - |
| XYZ | 24.4 | 20.33 | 12.09 | - |
| YUV | 125.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 89 | 0 | 0.38 | 0.49 | 0.32 | 13.57 | 0.34 | 0.51 |
| Hex | AD | 6C | 59 | 0 | 26 | 31 | 20 | E | 22 | 33 |
| Octal | 255 | 154 | 131 | 0 | 46 | 61 | 40 | 16 | 42 | 63 |
| Binary | 10101101 | 1101100 | 1011001 | 0 | 100110 | 110001 | 100000 | 1110 | 100010 | 110011 |
Color Harmonies of #AD6C59
Complementary color
Monochromatic Colors of #AD6C59
Black with #AD6C59
Text Example
Text Example
White with #AD6C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6C59; }
p { color: rgb(173,108,89); }
H1.HeaderClassName
{
color: #AD6C59;
}
.AnyTagClassName
{
color: #AD6C59;
}
</style>
background-color css
<style>
a { background-color: #AD6C59; }
a { background-color: rgb(173,108,89); }
div.DivClassName
{
background-color: #AD6C59;
}
.BgClassName
{
background-color: #AD6C59;
}
</style>
border-color css
<style>
span { border-color: #AD6C59; }
span { border-color: rgb(173,108,89); }
td.TdClassName
{
border-color: #AD6C59;
}
.TagClassName
{
border-color: #AD6C59;
}
</style>