Shades of Sante Fe #AD7758
Tints of Sante Fe #AD7758
RGB
CMYK
RGB Variations
Color information
#AD7758 (or 0xAD7758) is known color: Sante Fe. HEX triplet: AD, 77 and 58. RGB value is (173,119,88). Sum of RGB (Red+Green+Blue) = 173+119+88=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7758 is #5288A7. Grayscale: #838383. Windows color (decimal): -5408936 or 5797805. OLE color: 5797805.
HSL color Cylindrical-coordinate representation of color #AD7758: hue angle of 21.88º 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 #AD7758 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 88 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.32 |
| HSL | 21.88º | 0.34% | 0.51% | - |
| HSV(B) | 21.88º | 0.49% | 0.68% | - |
| XYZ | 25.59 | 22.78 | 12.28 | - |
| YUV | 131.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 88 | 0 | 0.31 | 0.49 | 0.32 | 21.88 | 0.34 | 0.51 |
| Hex | AD | 77 | 58 | 0 | 1F | 31 | 20 | 16 | 22 | 33 |
| Octal | 255 | 167 | 130 | 0 | 37 | 61 | 40 | 26 | 42 | 63 |
| Binary | 10101101 | 1110111 | 1011000 | 0 | 11111 | 110001 | 100000 | 10110 | 100010 | 110011 |
Color Harmonies of #AD7758
Complementary color
Monochromatic Colors of #AD7758
Black with #AD7758
Text Example
Text Example
White with #AD7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7758; }
p { color: rgb(173,119,88); }
H1.HeaderClassName
{
color: #AD7758;
}
.AnyTagClassName
{
color: #AD7758;
}
</style>
background-color css
<style>
a { background-color: #AD7758; }
a { background-color: rgb(173,119,88); }
div.DivClassName
{
background-color: #AD7758;
}
.BgClassName
{
background-color: #AD7758;
}
</style>
border-color css
<style>
span { border-color: #AD7758; }
span { border-color: rgb(173,119,88); }
td.TdClassName
{
border-color: #AD7758;
}
.TagClassName
{
border-color: #AD7758;
}
</style>