Shades of Sante Fe #AD714D
Tints of Sante Fe #AD714D
RGB
CMYK
RGB Variations
Color information
#AD714D (or 0xAD714D) is known color: Sante Fe. HEX triplet: AD, 71 and 4D. RGB value is (173,113,77). Sum of RGB (Red+Green+Blue) = 173+113+77=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD714D is #528EB2. Grayscale: #7F7F7F. Windows color (decimal): -5410483 or 5075373. OLE color: 5075373.
HSL color Cylindrical-coordinate representation of color #AD714D: hue angle of 22.5º 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 #AD714D is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 77 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.32 |
| HSL | 22.5º | 0.38% | 0.49% | - |
| HSV(B) | 22.5º | 0.55% | 0.68% | - |
| XYZ | 24.48 | 21.23 | 9.83 | - |
| YUV | 126.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 77 | 0 | 0.35 | 0.55 | 0.32 | 22.5 | 0.38 | 0.49 |
| Hex | AD | 71 | 4D | 0 | 23 | 37 | 20 | 16 | 26 | 31 |
| Octal | 255 | 161 | 115 | 0 | 43 | 67 | 40 | 26 | 46 | 61 |
| Binary | 10101101 | 1110001 | 1001101 | 0 | 100011 | 110111 | 100000 | 10110 | 100110 | 110001 |
Color Harmonies of #AD714D
Complementary color
Monochromatic Colors of #AD714D
Black with #AD714D
Text Example
Text Example
White with #AD714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD714D; }
p { color: rgb(173,113,77); }
H1.HeaderClassName
{
color: #AD714D;
}
.AnyTagClassName
{
color: #AD714D;
}
</style>
background-color css
<style>
a { background-color: #AD714D; }
a { background-color: rgb(173,113,77); }
div.DivClassName
{
background-color: #AD714D;
}
.BgClassName
{
background-color: #AD714D;
}
</style>
border-color css
<style>
span { border-color: #AD714D; }
span { border-color: rgb(173,113,77); }
td.TdClassName
{
border-color: #AD714D;
}
.TagClassName
{
border-color: #AD714D;
}
</style>