Shades of Sante Fe #AD6750
Tints of Sante Fe #AD6750
RGB
CMYK
RGB Variations
Color information
#AD6750 (or 0xAD6750) is known color: Sante Fe. HEX triplet: AD, 67 and 50. RGB value is (173,103,80). Sum of RGB (Red+Green+Blue) = 173+103+80=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6750 is #5298AF. Grayscale: #797979. Windows color (decimal): -5413040 or 5269421. OLE color: 5269421.
HSL color Cylindrical-coordinate representation of color #AD6750: hue angle of 14.84º 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 #AD6750 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 80 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.32 |
| HSL | 14.84º | 0.37% | 0.5% | - |
| HSV(B) | 14.84º | 0.54% | 0.68% | - |
| XYZ | 23.53 | 19.16 | 10.05 | - |
| YUV | 121.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 80 | 0 | 0.40 | 0.54 | 0.32 | 14.84 | 0.37 | 0.5 |
| Hex | AD | 67 | 50 | 0 | 28 | 36 | 20 | F | 25 | 32 |
| Octal | 255 | 147 | 120 | 0 | 50 | 66 | 40 | 17 | 45 | 62 |
| Binary | 10101101 | 1100111 | 1010000 | 0 | 101000 | 110110 | 100000 | 1111 | 100101 | 110010 |
Color Harmonies of #AD6750
Complementary color
Monochromatic Colors of #AD6750
Black with #AD6750
Text Example
Text Example
White with #AD6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6750; }
p { color: rgb(173,103,80); }
H1.HeaderClassName
{
color: #AD6750;
}
.AnyTagClassName
{
color: #AD6750;
}
</style>
background-color css
<style>
a { background-color: #AD6750; }
a { background-color: rgb(173,103,80); }
div.DivClassName
{
background-color: #AD6750;
}
.BgClassName
{
background-color: #AD6750;
}
</style>
border-color css
<style>
span { border-color: #AD6750; }
span { border-color: rgb(173,103,80); }
td.TdClassName
{
border-color: #AD6750;
}
.TagClassName
{
border-color: #AD6750;
}
</style>