Shades of Sante Fe #AD6F50
Tints of Sante Fe #AD6F50
RGB
CMYK
RGB Variations
Color information
#AD6F50 (or 0xAD6F50) is known color: Sante Fe. HEX triplet: AD, 6F and 50. RGB value is (173,111,80). Sum of RGB (Red+Green+Blue) = 173+111+80=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F50 is #5290AF. Grayscale: #7E7E7E. Windows color (decimal): -5410992 or 5271469. OLE color: 5271469.
HSL color Cylindrical-coordinate representation of color #AD6F50: hue angle of 20º 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 #AD6F50 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 80 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.32 |
| HSL | 20º | 0.37% | 0.5% | - |
| HSV(B) | 20º | 0.54% | 0.68% | - |
| XYZ | 24.37 | 20.83 | 10.33 | - |
| YUV | 126 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 80 | 0 | 0.36 | 0.54 | 0.32 | 20 | 0.37 | 0.5 |
| Hex | AD | 6F | 50 | 0 | 24 | 36 | 20 | 14 | 25 | 32 |
| Octal | 255 | 157 | 120 | 0 | 44 | 66 | 40 | 24 | 45 | 62 |
| Binary | 10101101 | 1101111 | 1010000 | 0 | 100100 | 110110 | 100000 | 10100 | 100101 | 110010 |
Color Harmonies of #AD6F50
Complementary color
Monochromatic Colors of #AD6F50
Black with #AD6F50
Text Example
Text Example
White with #AD6F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F50; }
p { color: rgb(173,111,80); }
H1.HeaderClassName
{
color: #AD6F50;
}
.AnyTagClassName
{
color: #AD6F50;
}
</style>
background-color css
<style>
a { background-color: #AD6F50; }
a { background-color: rgb(173,111,80); }
div.DivClassName
{
background-color: #AD6F50;
}
.BgClassName
{
background-color: #AD6F50;
}
</style>
border-color css
<style>
span { border-color: #AD6F50; }
span { border-color: rgb(173,111,80); }
td.TdClassName
{
border-color: #AD6F50;
}
.TagClassName
{
border-color: #AD6F50;
}
</style>