Shades of Sante Fe #AD7050
Tints of Sante Fe #AD7050
RGB
CMYK
RGB Variations
Color information
#AD7050 (or 0xAD7050) is known color: Sante Fe. HEX triplet: AD, 70 and 50. RGB value is (173,112,80). Sum of RGB (Red+Green+Blue) = 173+112+80=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7050 is #528FAF. Grayscale: #7E7E7E. Windows color (decimal): -5410736 or 5271725. OLE color: 5271725.
HSL color Cylindrical-coordinate representation of color #AD7050: hue angle of 20.65º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD7050 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 80 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.32 |
| HSL | 20.65º | 0.37% | 0.5% | - |
| HSV(B) | 20.65º | 0.54% | 0.68% | - |
| XYZ | 24.48 | 21.05 | 10.36 | - |
| YUV | 126.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 80 | 0 | 0.35 | 0.54 | 0.32 | 20.65 | 0.37 | 0.5 |
| Hex | AD | 70 | 50 | 0 | 23 | 36 | 20 | 15 | 25 | 32 |
| Octal | 255 | 160 | 120 | 0 | 43 | 66 | 40 | 25 | 45 | 62 |
| Binary | 10101101 | 1110000 | 1010000 | 0 | 100011 | 110110 | 100000 | 10101 | 100101 | 110010 |
Color Harmonies of #AD7050
Complementary color
Monochromatic Colors of #AD7050
Black with #AD7050
Text Example
Text Example
White with #AD7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7050; }
p { color: rgb(173,112,80); }
H1.HeaderClassName
{
color: #AD7050;
}
.AnyTagClassName
{
color: #AD7050;
}
</style>
background-color css
<style>
a { background-color: #AD7050; }
a { background-color: rgb(173,112,80); }
div.DivClassName
{
background-color: #AD7050;
}
.BgClassName
{
background-color: #AD7050;
}
</style>
border-color css
<style>
span { border-color: #AD7050; }
span { border-color: rgb(173,112,80); }
td.TdClassName
{
border-color: #AD7050;
}
.TagClassName
{
border-color: #AD7050;
}
</style>