Shades of Sante Fe #AD704D
Tints of Sante Fe #AD704D
RGB
CMYK
RGB Variations
Color information
#AD704D (or 0xAD704D) is known color: Sante Fe. HEX triplet: AD, 70 and 4D. RGB value is (173,112,77). Sum of RGB (Red+Green+Blue) = 173+112+77=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD704D is #528FB2. Grayscale: #7E7E7E. Windows color (decimal): -5410739 or 5075117. OLE color: 5075117.
HSL color Cylindrical-coordinate representation of color #AD704D: hue angle of 21.88º 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 #AD704D is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 77 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.32 |
| HSL | 21.88º | 0.38% | 0.49% | - |
| HSV(B) | 21.88º | 0.55% | 0.68% | - |
| XYZ | 24.37 | 21.01 | 9.79 | - |
| YUV | 126.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 77 | 0 | 0.35 | 0.55 | 0.32 | 21.88 | 0.38 | 0.49 |
| Hex | AD | 70 | 4D | 0 | 23 | 37 | 20 | 16 | 26 | 31 |
| Octal | 255 | 160 | 115 | 0 | 43 | 67 | 40 | 26 | 46 | 61 |
| Binary | 10101101 | 1110000 | 1001101 | 0 | 100011 | 110111 | 100000 | 10110 | 100110 | 110001 |
Color Harmonies of #AD704D
Complementary color
Monochromatic Colors of #AD704D
Black with #AD704D
Text Example
Text Example
White with #AD704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD704D; }
p { color: rgb(173,112,77); }
H1.HeaderClassName
{
color: #AD704D;
}
.AnyTagClassName
{
color: #AD704D;
}
</style>
background-color css
<style>
a { background-color: #AD704D; }
a { background-color: rgb(173,112,77); }
div.DivClassName
{
background-color: #AD704D;
}
.BgClassName
{
background-color: #AD704D;
}
</style>
border-color css
<style>
span { border-color: #AD704D; }
span { border-color: rgb(173,112,77); }
td.TdClassName
{
border-color: #AD704D;
}
.TagClassName
{
border-color: #AD704D;
}
</style>