Shades of Sante Fe #AD6457
Tints of Sante Fe #AD6457
RGB
CMYK
RGB Variations
Color information
#AD6457 (or 0xAD6457) is known color: Sante Fe. HEX triplet: AD, 64 and 57. RGB value is (173,100,87). Sum of RGB (Red+Green+Blue) = 173+100+87=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6457 is #529BA8. Grayscale: #787878. Windows color (decimal): -5413801 or 5727405. OLE color: 5727405.
HSL color Cylindrical-coordinate representation of color #AD6457: hue angle of 9.07º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6457 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 87 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.32 |
| HSL | 9.07º | 0.34% | 0.51% | - |
| HSV(B) | 9.07º | 0.5% | 0.68% | - |
| XYZ | 23.51 | 18.69 | 11.38 | - |
| YUV | 120.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 87 | 0 | 0.42 | 0.50 | 0.32 | 9.07 | 0.34 | 0.51 |
| Hex | AD | 64 | 57 | 0 | 2A | 32 | 20 | 9 | 22 | 33 |
| Octal | 255 | 144 | 127 | 0 | 52 | 62 | 40 | 11 | 42 | 63 |
| Binary | 10101101 | 1100100 | 1010111 | 0 | 101010 | 110010 | 100000 | 1001 | 100010 | 110011 |
Color Harmonies of #AD6457
Complementary color
Monochromatic Colors of #AD6457
Black with #AD6457
Text Example
Text Example
White with #AD6457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6457; }
p { color: rgb(173,100,87); }
H1.HeaderClassName
{
color: #AD6457;
}
.AnyTagClassName
{
color: #AD6457;
}
</style>
background-color css
<style>
a { background-color: #AD6457; }
a { background-color: rgb(173,100,87); }
div.DivClassName
{
background-color: #AD6457;
}
.BgClassName
{
background-color: #AD6457;
}
</style>
border-color css
<style>
span { border-color: #AD6457; }
span { border-color: rgb(173,100,87); }
td.TdClassName
{
border-color: #AD6457;
}
.TagClassName
{
border-color: #AD6457;
}
</style>