Shades of Sante Fe #AD6451
Tints of Sante Fe #AD6451
RGB
CMYK
RGB Variations
Color information
#AD6451 (or 0xAD6451) is known color: Sante Fe. HEX triplet: AD, 64 and 51. RGB value is (173,100,81). Sum of RGB (Red+Green+Blue) = 173+100+81=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6451 is #529BAE. Grayscale: #777777. Windows color (decimal): -5413807 or 5334189. OLE color: 5334189.
HSL color Cylindrical-coordinate representation of color #AD6451: hue angle of 12.39º 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 #AD6451 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 81 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.32 |
| HSL | 12.39º | 0.36% | 0.5% | - |
| HSV(B) | 12.39º | 0.53% | 0.68% | - |
| XYZ | 23.28 | 18.59 | 10.15 | - |
| YUV | 119.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 81 | 0 | 0.42 | 0.53 | 0.32 | 12.39 | 0.36 | 0.5 |
| Hex | AD | 64 | 51 | 0 | 2A | 35 | 20 | C | 24 | 32 |
| Octal | 255 | 144 | 121 | 0 | 52 | 65 | 40 | 14 | 44 | 62 |
| Binary | 10101101 | 1100100 | 1010001 | 0 | 101010 | 110101 | 100000 | 1100 | 100100 | 110010 |
Color Harmonies of #AD6451
Complementary color
Monochromatic Colors of #AD6451
Black with #AD6451
Text Example
Text Example
White with #AD6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6451; }
p { color: rgb(173,100,81); }
H1.HeaderClassName
{
color: #AD6451;
}
.AnyTagClassName
{
color: #AD6451;
}
</style>
background-color css
<style>
a { background-color: #AD6451; }
a { background-color: rgb(173,100,81); }
div.DivClassName
{
background-color: #AD6451;
}
.BgClassName
{
background-color: #AD6451;
}
</style>
border-color css
<style>
span { border-color: #AD6451; }
span { border-color: rgb(173,100,81); }
td.TdClassName
{
border-color: #AD6451;
}
.TagClassName
{
border-color: #AD6451;
}
</style>