Shades of Sante Fe #AD6951
Tints of Sante Fe #AD6951
RGB
CMYK
RGB Variations
Color information
#AD6951 (or 0xAD6951) is known color: Sante Fe. HEX triplet: AD, 69 and 51. RGB value is (173,105,81). Sum of RGB (Red+Green+Blue) = 173+105+81=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6951 is #5296AE. Grayscale: #7A7A7A. Windows color (decimal): -5412527 or 5335469. OLE color: 5335469.
HSL color Cylindrical-coordinate representation of color #AD6951: hue angle of 15.65º 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 #AD6951 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 81 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.32 |
| HSL | 15.65º | 0.36% | 0.5% | - |
| HSV(B) | 15.65º | 0.53% | 0.68% | - |
| XYZ | 23.77 | 19.58 | 10.31 | - |
| YUV | 122.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 81 | 0 | 0.39 | 0.53 | 0.32 | 15.65 | 0.36 | 0.5 |
| Hex | AD | 69 | 51 | 0 | 27 | 35 | 20 | 10 | 24 | 32 |
| Octal | 255 | 151 | 121 | 0 | 47 | 65 | 40 | 20 | 44 | 62 |
| Binary | 10101101 | 1101001 | 1010001 | 0 | 100111 | 110101 | 100000 | 10000 | 100100 | 110010 |
Color Harmonies of #AD6951
Complementary color
Monochromatic Colors of #AD6951
Black with #AD6951
Text Example
Text Example
White with #AD6951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6951; }
p { color: rgb(173,105,81); }
H1.HeaderClassName
{
color: #AD6951;
}
.AnyTagClassName
{
color: #AD6951;
}
</style>
background-color css
<style>
a { background-color: #AD6951; }
a { background-color: rgb(173,105,81); }
div.DivClassName
{
background-color: #AD6951;
}
.BgClassName
{
background-color: #AD6951;
}
</style>
border-color css
<style>
span { border-color: #AD6951; }
span { border-color: rgb(173,105,81); }
td.TdClassName
{
border-color: #AD6951;
}
.TagClassName
{
border-color: #AD6951;
}
</style>