Shades of Sante Fe #AD7458
Tints of Sante Fe #AD7458
RGB
CMYK
RGB Variations
Color information
#AD7458 (or 0xAD7458) is known color: Sante Fe. HEX triplet: AD, 74 and 58. RGB value is (173,116,88). Sum of RGB (Red+Green+Blue) = 173+116+88=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7458 is #528BA7. Grayscale: #828282. Windows color (decimal): -5409704 or 5797037. OLE color: 5797037.
HSL color Cylindrical-coordinate representation of color #AD7458: hue angle of 19.76º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7458 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 88 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.32 |
| HSL | 19.76º | 0.34% | 0.51% | - |
| HSV(B) | 19.76º | 0.49% | 0.68% | - |
| XYZ | 25.24 | 22.08 | 12.16 | - |
| YUV | 129.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 88 | 0 | 0.33 | 0.49 | 0.32 | 19.76 | 0.34 | 0.51 |
| Hex | AD | 74 | 58 | 0 | 21 | 31 | 20 | 14 | 22 | 33 |
| Octal | 255 | 164 | 130 | 0 | 41 | 61 | 40 | 24 | 42 | 63 |
| Binary | 10101101 | 1110100 | 1011000 | 0 | 100001 | 110001 | 100000 | 10100 | 100010 | 110011 |
Color Harmonies of #AD7458
Complementary color
Monochromatic Colors of #AD7458
Black with #AD7458
Text Example
Text Example
White with #AD7458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7458; }
p { color: rgb(173,116,88); }
H1.HeaderClassName
{
color: #AD7458;
}
.AnyTagClassName
{
color: #AD7458;
}
</style>
background-color css
<style>
a { background-color: #AD7458; }
a { background-color: rgb(173,116,88); }
div.DivClassName
{
background-color: #AD7458;
}
.BgClassName
{
background-color: #AD7458;
}
</style>
border-color css
<style>
span { border-color: #AD7458; }
span { border-color: rgb(173,116,88); }
td.TdClassName
{
border-color: #AD7458;
}
.TagClassName
{
border-color: #AD7458;
}
</style>