Shades of Sante Fe #AD6751
Tints of Sante Fe #AD6751
RGB
CMYK
RGB Variations
Color information
#AD6751 (or 0xAD6751) is known color: Sante Fe. HEX triplet: AD, 67 and 51. RGB value is (173,103,81). Sum of RGB (Red+Green+Blue) = 173+103+81=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6751 is #5298AE. Grayscale: #797979. Windows color (decimal): -5413039 or 5334957. OLE color: 5334957.
HSL color Cylindrical-coordinate representation of color #AD6751: hue angle of 14.35º 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 #AD6751 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 81 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.32 |
| HSL | 14.35º | 0.36% | 0.5% | - |
| HSV(B) | 14.35º | 0.53% | 0.68% | - |
| XYZ | 23.57 | 19.18 | 10.24 | - |
| YUV | 121.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 81 | 0 | 0.40 | 0.53 | 0.32 | 14.35 | 0.36 | 0.5 |
| Hex | AD | 67 | 51 | 0 | 28 | 35 | 20 | E | 24 | 32 |
| Octal | 255 | 147 | 121 | 0 | 50 | 65 | 40 | 16 | 44 | 62 |
| Binary | 10101101 | 1100111 | 1010001 | 0 | 101000 | 110101 | 100000 | 1110 | 100100 | 110010 |
Color Harmonies of #AD6751
Complementary color
Monochromatic Colors of #AD6751
Black with #AD6751
Text Example
Text Example
White with #AD6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6751; }
p { color: rgb(173,103,81); }
H1.HeaderClassName
{
color: #AD6751;
}
.AnyTagClassName
{
color: #AD6751;
}
</style>
background-color css
<style>
a { background-color: #AD6751; }
a { background-color: rgb(173,103,81); }
div.DivClassName
{
background-color: #AD6751;
}
.BgClassName
{
background-color: #AD6751;
}
</style>
border-color css
<style>
span { border-color: #AD6751; }
span { border-color: rgb(173,103,81); }
td.TdClassName
{
border-color: #AD6751;
}
.TagClassName
{
border-color: #AD6751;
}
</style>