Shades of Sante Fe #AD6956
Tints of Sante Fe #AD6956
RGB
CMYK
RGB Variations
Color information
#AD6956 (or 0xAD6956) is known color: Sante Fe. HEX triplet: AD, 69 and 56. RGB value is (173,105,86). Sum of RGB (Red+Green+Blue) = 173+105+86=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6956 is #5296A9. Grayscale: #7B7B7B. Windows color (decimal): -5412522 or 5663149. OLE color: 5663149.
HSL color Cylindrical-coordinate representation of color #AD6956: hue angle of 13.1º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6956 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 86 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.32 |
| HSL | 13.1º | 0.35% | 0.51% | - |
| HSV(B) | 13.1º | 0.5% | 0.68% | - |
| XYZ | 23.96 | 19.66 | 11.34 | - |
| YUV | 123.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 86 | 0 | 0.39 | 0.50 | 0.32 | 13.1 | 0.35 | 0.51 |
| Hex | AD | 69 | 56 | 0 | 27 | 32 | 20 | D | 23 | 33 |
| Octal | 255 | 151 | 126 | 0 | 47 | 62 | 40 | 15 | 43 | 63 |
| Binary | 10101101 | 1101001 | 1010110 | 0 | 100111 | 110010 | 100000 | 1101 | 100011 | 110011 |
Color Harmonies of #AD6956
Complementary color
Monochromatic Colors of #AD6956
Black with #AD6956
Text Example
Text Example
White with #AD6956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6956; }
p { color: rgb(173,105,86); }
H1.HeaderClassName
{
color: #AD6956;
}
.AnyTagClassName
{
color: #AD6956;
}
</style>
background-color css
<style>
a { background-color: #AD6956; }
a { background-color: rgb(173,105,86); }
div.DivClassName
{
background-color: #AD6956;
}
.BgClassName
{
background-color: #AD6956;
}
</style>
border-color css
<style>
span { border-color: #AD6956; }
span { border-color: rgb(173,105,86); }
td.TdClassName
{
border-color: #AD6956;
}
.TagClassName
{
border-color: #AD6956;
}
</style>