Shades of Sante Fe #AD6656
Tints of Sante Fe #AD6656
RGB
CMYK
RGB Variations
Color information
#AD6656 (or 0xAD6656) is known color: Sante Fe. HEX triplet: AD, 66 and 56. RGB value is (173,102,86). Sum of RGB (Red+Green+Blue) = 173+102+86=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6656 is #5299A9. Grayscale: #797979. Windows color (decimal): -5413290 or 5662381. OLE color: 5662381.
HSL color Cylindrical-coordinate representation of color #AD6656: hue angle of 11.03º 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 #AD6656 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 86 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.32 |
| HSL | 11.03º | 0.35% | 0.51% | - |
| HSV(B) | 11.03º | 0.5% | 0.68% | - |
| XYZ | 23.66 | 19.06 | 11.24 | - |
| YUV | 121.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 86 | 0 | 0.41 | 0.50 | 0.32 | 11.03 | 0.35 | 0.51 |
| Hex | AD | 66 | 56 | 0 | 29 | 32 | 20 | B | 23 | 33 |
| Octal | 255 | 146 | 126 | 0 | 51 | 62 | 40 | 13 | 43 | 63 |
| Binary | 10101101 | 1100110 | 1010110 | 0 | 101001 | 110010 | 100000 | 1011 | 100011 | 110011 |
Color Harmonies of #AD6656
Complementary color
Monochromatic Colors of #AD6656
Black with #AD6656
Text Example
Text Example
White with #AD6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6656; }
p { color: rgb(173,102,86); }
H1.HeaderClassName
{
color: #AD6656;
}
.AnyTagClassName
{
color: #AD6656;
}
</style>
background-color css
<style>
a { background-color: #AD6656; }
a { background-color: rgb(173,102,86); }
div.DivClassName
{
background-color: #AD6656;
}
.BgClassName
{
background-color: #AD6656;
}
</style>
border-color css
<style>
span { border-color: #AD6656; }
span { border-color: rgb(173,102,86); }
td.TdClassName
{
border-color: #AD6656;
}
.TagClassName
{
border-color: #AD6656;
}
</style>