Shades of Sante Fe #AD7651
Tints of Sante Fe #AD7651
RGB
CMYK
RGB Variations
Color information
#AD7651 (or 0xAD7651) is known color: Sante Fe. HEX triplet: AD, 76 and 51. RGB value is (173,118,81). Sum of RGB (Red+Green+Blue) = 173+118+81=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7651 is #5289AE. Grayscale: #828282. Windows color (decimal): -5409199 or 5338797. OLE color: 5338797.
HSL color Cylindrical-coordinate representation of color #AD7651: hue angle of 24.13º 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 #AD7651 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 81 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.32 |
| HSL | 24.13º | 0.36% | 0.5% | - |
| HSV(B) | 24.13º | 0.53% | 0.68% | - |
| XYZ | 25.2 | 22.44 | 10.79 | - |
| YUV | 130.23 | 100.22 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 81 | 0 | 0.32 | 0.53 | 0.32 | 24.13 | 0.36 | 0.5 |
| Hex | AD | 76 | 51 | 0 | 20 | 35 | 20 | 18 | 24 | 32 |
| Octal | 255 | 166 | 121 | 0 | 40 | 65 | 40 | 30 | 44 | 62 |
| Binary | 10101101 | 1110110 | 1010001 | 0 | 100000 | 110101 | 100000 | 11000 | 100100 | 110010 |
Color Harmonies of #AD7651
Complementary color
Monochromatic Colors of #AD7651
Black with #AD7651
Text Example
Text Example
White with #AD7651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7651; }
p { color: rgb(173,118,81); }
H1.HeaderClassName
{
color: #AD7651;
}
.AnyTagClassName
{
color: #AD7651;
}
</style>
background-color css
<style>
a { background-color: #AD7651; }
a { background-color: rgb(173,118,81); }
div.DivClassName
{
background-color: #AD7651;
}
.BgClassName
{
background-color: #AD7651;
}
</style>
border-color css
<style>
span { border-color: #AD7651; }
span { border-color: rgb(173,118,81); }
td.TdClassName
{
border-color: #AD7651;
}
.TagClassName
{
border-color: #AD7651;
}
</style>