Shades of Sante Fe #AD684B
Tints of Sante Fe #AD684B
RGB
CMYK
RGB Variations
Color information
#AD684B (or 0xAD684B) is known color: Sante Fe. HEX triplet: AD, 68 and 4B. RGB value is (173,104,75). Sum of RGB (Red+Green+Blue) = 173+104+75=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD684B is #5297B4. Grayscale: #797979. Windows color (decimal): -5412789 or 4941997. OLE color: 4941997.
HSL color Cylindrical-coordinate representation of color #AD684B: hue angle of 17.76º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD684B is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 75 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.32 |
| HSL | 17.76º | 0.4% | 0.49% | - |
| HSV(B) | 17.76º | 0.57% | 0.68% | - |
| XYZ | 23.45 | 19.29 | 9.14 | - |
| YUV | 121.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 75 | 0 | 0.40 | 0.57 | 0.32 | 17.76 | 0.4 | 0.49 |
| Hex | AD | 68 | 4B | 0 | 28 | 39 | 20 | 12 | 28 | 31 |
| Octal | 255 | 150 | 113 | 0 | 50 | 71 | 40 | 22 | 50 | 61 |
| Binary | 10101101 | 1101000 | 1001011 | 0 | 101000 | 111001 | 100000 | 10010 | 101000 | 110001 |
Color Harmonies of #AD684B
Complementary color
Monochromatic Colors of #AD684B
Black with #AD684B
Text Example
Text Example
White with #AD684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD684B; }
p { color: rgb(173,104,75); }
H1.HeaderClassName
{
color: #AD684B;
}
.AnyTagClassName
{
color: #AD684B;
}
</style>
background-color css
<style>
a { background-color: #AD684B; }
a { background-color: rgb(173,104,75); }
div.DivClassName
{
background-color: #AD684B;
}
.BgClassName
{
background-color: #AD684B;
}
</style>
border-color css
<style>
span { border-color: #AD684B; }
span { border-color: rgb(173,104,75); }
td.TdClassName
{
border-color: #AD684B;
}
.TagClassName
{
border-color: #AD684B;
}
</style>