Shades of Sante Fe #AD6F58
Tints of Sante Fe #AD6F58
RGB
CMYK
RGB Variations
Color information
#AD6F58 (or 0xAD6F58) is known color: Sante Fe. HEX triplet: AD, 6F and 58. RGB value is (173,111,88). Sum of RGB (Red+Green+Blue) = 173+111+88=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F58 is #5290A7. Grayscale: #7F7F7F. Windows color (decimal): -5410984 or 5795757. OLE color: 5795757.
HSL color Cylindrical-coordinate representation of color #AD6F58: hue angle of 16.24º 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 #AD6F58 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 88 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.32 |
| HSL | 16.24º | 0.34% | 0.51% | - |
| HSV(B) | 16.24º | 0.49% | 0.68% | - |
| XYZ | 24.68 | 20.96 | 11.98 | - |
| YUV | 126.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 88 | 0 | 0.36 | 0.49 | 0.32 | 16.24 | 0.34 | 0.51 |
| Hex | AD | 6F | 58 | 0 | 24 | 31 | 20 | 10 | 22 | 33 |
| Octal | 255 | 157 | 130 | 0 | 44 | 61 | 40 | 20 | 42 | 63 |
| Binary | 10101101 | 1101111 | 1011000 | 0 | 100100 | 110001 | 100000 | 10000 | 100010 | 110011 |
Color Harmonies of #AD6F58
Complementary color
Monochromatic Colors of #AD6F58
Black with #AD6F58
Text Example
Text Example
White with #AD6F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F58; }
p { color: rgb(173,111,88); }
H1.HeaderClassName
{
color: #AD6F58;
}
.AnyTagClassName
{
color: #AD6F58;
}
</style>
background-color css
<style>
a { background-color: #AD6F58; }
a { background-color: rgb(173,111,88); }
div.DivClassName
{
background-color: #AD6F58;
}
.BgClassName
{
background-color: #AD6F58;
}
</style>
border-color css
<style>
span { border-color: #AD6F58; }
span { border-color: rgb(173,111,88); }
td.TdClassName
{
border-color: #AD6F58;
}
.TagClassName
{
border-color: #AD6F58;
}
</style>