Shades of Sante Fe #AD6251
Tints of Sante Fe #AD6251
RGB
CMYK
RGB Variations
Color information
#AD6251 (or 0xAD6251) is known color: Sante Fe. HEX triplet: AD, 62 and 51. RGB value is (173,98,81). Sum of RGB (Red+Green+Blue) = 173+98+81=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6251 is #529DAE. Grayscale: #767676. Windows color (decimal): -5414319 or 5333677. OLE color: 5333677.
HSL color Cylindrical-coordinate representation of color #AD6251: hue angle of 11.09º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD6251 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 81 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.32 |
| HSL | 11.09º | 0.36% | 0.5% | - |
| HSV(B) | 11.09º | 0.53% | 0.68% | - |
| XYZ | 23.09 | 18.21 | 10.08 | - |
| YUV | 118.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 81 | 0 | 0.43 | 0.53 | 0.32 | 11.09 | 0.36 | 0.5 |
| Hex | AD | 62 | 51 | 0 | 2B | 35 | 20 | B | 24 | 32 |
| Octal | 255 | 142 | 121 | 0 | 53 | 65 | 40 | 13 | 44 | 62 |
| Binary | 10101101 | 1100010 | 1010001 | 0 | 101011 | 110101 | 100000 | 1011 | 100100 | 110010 |
Color Harmonies of #AD6251
Complementary color
Monochromatic Colors of #AD6251
Black with #AD6251
Text Example
Text Example
White with #AD6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6251; }
p { color: rgb(173,98,81); }
H1.HeaderClassName
{
color: #AD6251;
}
.AnyTagClassName
{
color: #AD6251;
}
</style>
background-color css
<style>
a { background-color: #AD6251; }
a { background-color: rgb(173,98,81); }
div.DivClassName
{
background-color: #AD6251;
}
.BgClassName
{
background-color: #AD6251;
}
</style>
border-color css
<style>
span { border-color: #AD6251; }
span { border-color: rgb(173,98,81); }
td.TdClassName
{
border-color: #AD6251;
}
.TagClassName
{
border-color: #AD6251;
}
</style>