Shades of Sante Fe #AD684A
Tints of Sante Fe #AD684A
RGB
CMYK
RGB Variations
Color information
#AD684A (or 0xAD684A) is known color: Sante Fe. HEX triplet: AD, 68 and 4A. RGB value is (173,104,74). Sum of RGB (Red+Green+Blue) = 173+104+74=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD684A is #5297B5. Grayscale: #797979. Windows color (decimal): -5412790 or 4876461. OLE color: 4876461.
HSL color Cylindrical-coordinate representation of color #AD684A: hue angle of 18.18º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD684A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 74 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.32 |
| HSL | 18.18º | 0.4% | 0.48% | - |
| HSV(B) | 18.18º | 0.57% | 0.68% | - |
| XYZ | 23.42 | 19.28 | 8.97 | - |
| YUV | 121.21 | 101.36 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 74 | 0 | 0.40 | 0.57 | 0.32 | 18.18 | 0.4 | 0.48 |
| Hex | AD | 68 | 4A | 0 | 28 | 39 | 20 | 12 | 28 | 30 |
| Octal | 255 | 150 | 112 | 0 | 50 | 71 | 40 | 22 | 50 | 60 |
| Binary | 10101101 | 1101000 | 1001010 | 0 | 101000 | 111001 | 100000 | 10010 | 101000 | 110000 |
Color Harmonies of #AD684A
Complementary color
Monochromatic Colors of #AD684A
Black with #AD684A
Text Example
Text Example
White with #AD684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD684A; }
p { color: rgb(173,104,74); }
H1.HeaderClassName
{
color: #AD684A;
}
.AnyTagClassName
{
color: #AD684A;
}
</style>
background-color css
<style>
a { background-color: #AD684A; }
a { background-color: rgb(173,104,74); }
div.DivClassName
{
background-color: #AD684A;
}
.BgClassName
{
background-color: #AD684A;
}
</style>
border-color css
<style>
span { border-color: #AD684A; }
span { border-color: rgb(173,104,74); }
td.TdClassName
{
border-color: #AD684A;
}
.TagClassName
{
border-color: #AD684A;
}
</style>