Shades of Sante Fe #AD714E
Tints of Sante Fe #AD714E
RGB
CMYK
RGB Variations
Color information
#AD714E (or 0xAD714E) is known color: Sante Fe. HEX triplet: AD, 71 and 4E. RGB value is (173,113,78). Sum of RGB (Red+Green+Blue) = 173+113+78=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD714E is #528EB1. Grayscale: #7F7F7F. Windows color (decimal): -5410482 or 5140909. OLE color: 5140909.
HSL color Cylindrical-coordinate representation of color #AD714E: hue angle of 22.11º 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 #AD714E is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 78 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.32 |
| HSL | 22.11º | 0.38% | 0.49% | - |
| HSV(B) | 22.11º | 0.55% | 0.68% | - |
| XYZ | 24.51 | 21.24 | 10.02 | - |
| YUV | 126.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 78 | 0 | 0.35 | 0.55 | 0.32 | 22.11 | 0.38 | 0.49 |
| Hex | AD | 71 | 4E | 0 | 23 | 37 | 20 | 16 | 26 | 31 |
| Octal | 255 | 161 | 116 | 0 | 43 | 67 | 40 | 26 | 46 | 61 |
| Binary | 10101101 | 1110001 | 1001110 | 0 | 100011 | 110111 | 100000 | 10110 | 100110 | 110001 |
Color Harmonies of #AD714E
Complementary color
Monochromatic Colors of #AD714E
Black with #AD714E
Text Example
Text Example
White with #AD714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD714E; }
p { color: rgb(173,113,78); }
H1.HeaderClassName
{
color: #AD714E;
}
.AnyTagClassName
{
color: #AD714E;
}
</style>
background-color css
<style>
a { background-color: #AD714E; }
a { background-color: rgb(173,113,78); }
div.DivClassName
{
background-color: #AD714E;
}
.BgClassName
{
background-color: #AD714E;
}
</style>
border-color css
<style>
span { border-color: #AD714E; }
span { border-color: rgb(173,113,78); }
td.TdClassName
{
border-color: #AD714E;
}
.TagClassName
{
border-color: #AD714E;
}
</style>