Shades of Sante Fe #AD7359
Tints of Sante Fe #AD7359
RGB
CMYK
RGB Variations
Color information
#AD7359 (or 0xAD7359) is known color: Sante Fe. HEX triplet: AD, 73 and 59. RGB value is (173,115,89). Sum of RGB (Red+Green+Blue) = 173+115+89=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7359 is #528CA6. Grayscale: #818181. Windows color (decimal): -5409959 or 5862317. OLE color: 5862317.
HSL color Cylindrical-coordinate representation of color #AD7359: hue angle of 18.57º 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 #AD7359 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 89 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.32 |
| HSL | 18.57º | 0.34% | 0.51% | - |
| HSV(B) | 18.57º | 0.49% | 0.68% | - |
| XYZ | 25.17 | 21.87 | 12.35 | - |
| YUV | 129.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 89 | 0 | 0.34 | 0.49 | 0.32 | 18.57 | 0.34 | 0.51 |
| Hex | AD | 73 | 59 | 0 | 22 | 31 | 20 | 13 | 22 | 33 |
| Octal | 255 | 163 | 131 | 0 | 42 | 61 | 40 | 23 | 42 | 63 |
| Binary | 10101101 | 1110011 | 1011001 | 0 | 100010 | 110001 | 100000 | 10011 | 100010 | 110011 |
Color Harmonies of #AD7359
Complementary color
Monochromatic Colors of #AD7359
Black with #AD7359
Text Example
Text Example
White with #AD7359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7359; }
p { color: rgb(173,115,89); }
H1.HeaderClassName
{
color: #AD7359;
}
.AnyTagClassName
{
color: #AD7359;
}
</style>
background-color css
<style>
a { background-color: #AD7359; }
a { background-color: rgb(173,115,89); }
div.DivClassName
{
background-color: #AD7359;
}
.BgClassName
{
background-color: #AD7359;
}
</style>
border-color css
<style>
span { border-color: #AD7359; }
span { border-color: rgb(173,115,89); }
td.TdClassName
{
border-color: #AD7359;
}
.TagClassName
{
border-color: #AD7359;
}
</style>