Shades of Sante Fe #AD6855
Tints of Sante Fe #AD6855
RGB
CMYK
RGB Variations
Color information
#AD6855 (or 0xAD6855) is known color: Sante Fe. HEX triplet: AD, 68 and 55. RGB value is (173,104,85). Sum of RGB (Red+Green+Blue) = 173+104+85=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6855 is #5297AA. Grayscale: #7A7A7A. Windows color (decimal): -5412779 or 5597357. OLE color: 5597357.
HSL color Cylindrical-coordinate representation of color #AD6855: hue angle of 12.95º 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 #AD6855 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 85 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.32 |
| HSL | 12.95º | 0.35% | 0.51% | - |
| HSV(B) | 12.95º | 0.51% | 0.68% | - |
| XYZ | 23.82 | 19.44 | 11.09 | - |
| YUV | 122.47 | 106.86 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 85 | 0 | 0.40 | 0.51 | 0.32 | 12.95 | 0.35 | 0.51 |
| Hex | AD | 68 | 55 | 0 | 28 | 33 | 20 | D | 23 | 33 |
| Octal | 255 | 150 | 125 | 0 | 50 | 63 | 40 | 15 | 43 | 63 |
| Binary | 10101101 | 1101000 | 1010101 | 0 | 101000 | 110011 | 100000 | 1101 | 100011 | 110011 |
Color Harmonies of #AD6855
Complementary color
Monochromatic Colors of #AD6855
Black with #AD6855
Text Example
Text Example
White with #AD6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6855; }
p { color: rgb(173,104,85); }
H1.HeaderClassName
{
color: #AD6855;
}
.AnyTagClassName
{
color: #AD6855;
}
</style>
background-color css
<style>
a { background-color: #AD6855; }
a { background-color: rgb(173,104,85); }
div.DivClassName
{
background-color: #AD6855;
}
.BgClassName
{
background-color: #AD6855;
}
</style>
border-color css
<style>
span { border-color: #AD6855; }
span { border-color: rgb(173,104,85); }
td.TdClassName
{
border-color: #AD6855;
}
.TagClassName
{
border-color: #AD6855;
}
</style>