Shades of Sante Fe #AD6958
Tints of Sante Fe #AD6958
RGB
CMYK
RGB Variations
Color information
#AD6958 (or 0xAD6958) is known color: Sante Fe. HEX triplet: AD, 69 and 58. RGB value is (173,105,88). Sum of RGB (Red+Green+Blue) = 173+105+88=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6958 is #5296A7. Grayscale: #7B7B7B. Windows color (decimal): -5412520 or 5794221. OLE color: 5794221.
HSL color Cylindrical-coordinate representation of color #AD6958: hue angle of 12º 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 #AD6958 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 88 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.32 |
| HSL | 12º | 0.34% | 0.51% | - |
| HSV(B) | 12º | 0.49% | 0.68% | - |
| XYZ | 24.05 | 19.69 | 11.77 | - |
| YUV | 123.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 88 | 0 | 0.39 | 0.49 | 0.32 | 12 | 0.34 | 0.51 |
| Hex | AD | 69 | 58 | 0 | 27 | 31 | 20 | C | 22 | 33 |
| Octal | 255 | 151 | 130 | 0 | 47 | 61 | 40 | 14 | 42 | 63 |
| Binary | 10101101 | 1101001 | 1011000 | 0 | 100111 | 110001 | 100000 | 1100 | 100010 | 110011 |
Color Harmonies of #AD6958
Complementary color
Monochromatic Colors of #AD6958
Black with #AD6958
Text Example
Text Example
White with #AD6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6958; }
p { color: rgb(173,105,88); }
H1.HeaderClassName
{
color: #AD6958;
}
.AnyTagClassName
{
color: #AD6958;
}
</style>
background-color css
<style>
a { background-color: #AD6958; }
a { background-color: rgb(173,105,88); }
div.DivClassName
{
background-color: #AD6958;
}
.BgClassName
{
background-color: #AD6958;
}
</style>
border-color css
<style>
span { border-color: #AD6958; }
span { border-color: rgb(173,105,88); }
td.TdClassName
{
border-color: #AD6958;
}
.TagClassName
{
border-color: #AD6958;
}
</style>