Shades of Sante Fe #AD6D55
Tints of Sante Fe #AD6D55
RGB
CMYK
RGB Variations
Color information
#AD6D55 (or 0xAD6D55) is known color: Sante Fe. HEX triplet: AD, 6D and 55. RGB value is (173,109,85). Sum of RGB (Red+Green+Blue) = 173+109+85=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D55 is #5292AA. Grayscale: #7D7D7D. Windows color (decimal): -5411499 or 5598637. OLE color: 5598637.
HSL color Cylindrical-coordinate representation of color #AD6D55: hue angle of 16.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6D55 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 85 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.32 |
| HSL | 16.36º | 0.35% | 0.51% | - |
| HSV(B) | 16.36º | 0.51% | 0.68% | - |
| XYZ | 24.34 | 20.48 | 11.26 | - |
| YUV | 125.4 | 105.2 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 85 | 0 | 0.37 | 0.51 | 0.32 | 16.36 | 0.35 | 0.51 |
| Hex | AD | 6D | 55 | 0 | 25 | 33 | 20 | 10 | 23 | 33 |
| Octal | 255 | 155 | 125 | 0 | 45 | 63 | 40 | 20 | 43 | 63 |
| Binary | 10101101 | 1101101 | 1010101 | 0 | 100101 | 110011 | 100000 | 10000 | 100011 | 110011 |
Color Harmonies of #AD6D55
Complementary color
Monochromatic Colors of #AD6D55
Black with #AD6D55
Text Example
Text Example
White with #AD6D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D55; }
p { color: rgb(173,109,85); }
H1.HeaderClassName
{
color: #AD6D55;
}
.AnyTagClassName
{
color: #AD6D55;
}
</style>
background-color css
<style>
a { background-color: #AD6D55; }
a { background-color: rgb(173,109,85); }
div.DivClassName
{
background-color: #AD6D55;
}
.BgClassName
{
background-color: #AD6D55;
}
</style>
border-color css
<style>
span { border-color: #AD6D55; }
span { border-color: rgb(173,109,85); }
td.TdClassName
{
border-color: #AD6D55;
}
.TagClassName
{
border-color: #AD6D55;
}
</style>