Shades of Sante Fe #AD6758
Tints of Sante Fe #AD6758
RGB
CMYK
RGB Variations
Color information
#AD6758 (or 0xAD6758) is known color: Sante Fe. HEX triplet: AD, 67 and 58. RGB value is (173,103,88). Sum of RGB (Red+Green+Blue) = 173+103+88=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6758 is #5298A7. Grayscale: #7A7A7A. Windows color (decimal): -5413032 or 5793709. OLE color: 5793709.
HSL color Cylindrical-coordinate representation of color #AD6758: hue angle of 10.59º 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 #AD6758 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 88 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.32 |
| HSL | 10.59º | 0.34% | 0.51% | - |
| HSV(B) | 10.59º | 0.49% | 0.68% | - |
| XYZ | 23.85 | 19.29 | 11.7 | - |
| YUV | 122.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 88 | 0 | 0.40 | 0.49 | 0.32 | 10.59 | 0.34 | 0.51 |
| Hex | AD | 67 | 58 | 0 | 28 | 31 | 20 | B | 22 | 33 |
| Octal | 255 | 147 | 130 | 0 | 50 | 61 | 40 | 13 | 42 | 63 |
| Binary | 10101101 | 1100111 | 1011000 | 0 | 101000 | 110001 | 100000 | 1011 | 100010 | 110011 |
Color Harmonies of #AD6758
Complementary color
Monochromatic Colors of #AD6758
Black with #AD6758
Text Example
Text Example
White with #AD6758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6758; }
p { color: rgb(173,103,88); }
H1.HeaderClassName
{
color: #AD6758;
}
.AnyTagClassName
{
color: #AD6758;
}
</style>
background-color css
<style>
a { background-color: #AD6758; }
a { background-color: rgb(173,103,88); }
div.DivClassName
{
background-color: #AD6758;
}
.BgClassName
{
background-color: #AD6758;
}
</style>
border-color css
<style>
span { border-color: #AD6758; }
span { border-color: rgb(173,103,88); }
td.TdClassName
{
border-color: #AD6758;
}
.TagClassName
{
border-color: #AD6758;
}
</style>