Shades of Sante Fe #AD684E
Tints of Sante Fe #AD684E
RGB
CMYK
RGB Variations
Color information
#AD684E (or 0xAD684E) is known color: Sante Fe. HEX triplet: AD, 68 and 4E. RGB value is (173,104,78). Sum of RGB (Red+Green+Blue) = 173+104+78=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD684E is #5297B1. Grayscale: #797979. Windows color (decimal): -5412786 or 5138605. OLE color: 5138605.
HSL color Cylindrical-coordinate representation of color #AD684E: hue angle of 16.42º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD684E is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 78 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.32 |
| HSL | 16.42º | 0.38% | 0.49% | - |
| HSV(B) | 16.42º | 0.55% | 0.68% | - |
| XYZ | 23.56 | 19.33 | 9.7 | - |
| YUV | 121.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 78 | 0 | 0.40 | 0.55 | 0.32 | 16.42 | 0.38 | 0.49 |
| Hex | AD | 68 | 4E | 0 | 28 | 37 | 20 | 10 | 26 | 31 |
| Octal | 255 | 150 | 116 | 0 | 50 | 67 | 40 | 20 | 46 | 61 |
| Binary | 10101101 | 1101000 | 1001110 | 0 | 101000 | 110111 | 100000 | 10000 | 100110 | 110001 |
Color Harmonies of #AD684E
Complementary color
Monochromatic Colors of #AD684E
Black with #AD684E
Text Example
Text Example
White with #AD684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD684E; }
p { color: rgb(173,104,78); }
H1.HeaderClassName
{
color: #AD684E;
}
.AnyTagClassName
{
color: #AD684E;
}
</style>
background-color css
<style>
a { background-color: #AD684E; }
a { background-color: rgb(173,104,78); }
div.DivClassName
{
background-color: #AD684E;
}
.BgClassName
{
background-color: #AD684E;
}
</style>
border-color css
<style>
span { border-color: #AD684E; }
span { border-color: rgb(173,104,78); }
td.TdClassName
{
border-color: #AD684E;
}
.TagClassName
{
border-color: #AD684E;
}
</style>