Shades of Sante Fe #AD6A51
Tints of Sante Fe #AD6A51
RGB
CMYK
RGB Variations
Color information
#AD6A51 (or 0xAD6A51) is known color: Sante Fe. HEX triplet: AD, 6A and 51. RGB value is (173,106,81). Sum of RGB (Red+Green+Blue) = 173+106+81=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A51 is #5295AE. Grayscale: #7B7B7B. Windows color (decimal): -5412271 or 5335725. OLE color: 5335725.
HSL color Cylindrical-coordinate representation of color #AD6A51: hue angle of 16.3º 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 #AD6A51 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 81 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.32 |
| HSL | 16.3º | 0.36% | 0.5% | - |
| HSV(B) | 16.3º | 0.53% | 0.68% | - |
| XYZ | 23.87 | 19.79 | 10.35 | - |
| YUV | 123.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 81 | 0 | 0.39 | 0.53 | 0.32 | 16.3 | 0.36 | 0.5 |
| Hex | AD | 6A | 51 | 0 | 27 | 35 | 20 | 10 | 24 | 32 |
| Octal | 255 | 152 | 121 | 0 | 47 | 65 | 40 | 20 | 44 | 62 |
| Binary | 10101101 | 1101010 | 1010001 | 0 | 100111 | 110101 | 100000 | 10000 | 100100 | 110010 |
Color Harmonies of #AD6A51
Complementary color
Monochromatic Colors of #AD6A51
Black with #AD6A51
Text Example
Text Example
White with #AD6A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A51; }
p { color: rgb(173,106,81); }
H1.HeaderClassName
{
color: #AD6A51;
}
.AnyTagClassName
{
color: #AD6A51;
}
</style>
background-color css
<style>
a { background-color: #AD6A51; }
a { background-color: rgb(173,106,81); }
div.DivClassName
{
background-color: #AD6A51;
}
.BgClassName
{
background-color: #AD6A51;
}
</style>
border-color css
<style>
span { border-color: #AD6A51; }
span { border-color: rgb(173,106,81); }
td.TdClassName
{
border-color: #AD6A51;
}
.TagClassName
{
border-color: #AD6A51;
}
</style>