Shades of Sante Fe #AD6B57
Tints of Sante Fe #AD6B57
RGB
CMYK
RGB Variations
Color information
#AD6B57 (or 0xAD6B57) is known color: Sante Fe. HEX triplet: AD, 6B and 57. RGB value is (173,107,87). Sum of RGB (Red+Green+Blue) = 173+107+87=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B57 is #5294A8. Grayscale: #7C7C7C. Windows color (decimal): -5412009 or 5729197. OLE color: 5729197.
HSL color Cylindrical-coordinate representation of color #AD6B57: hue angle of 13.95º 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 #AD6B57 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 87 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.32 |
| HSL | 13.95º | 0.34% | 0.51% | - |
| HSV(B) | 13.95º | 0.5% | 0.68% | - |
| XYZ | 24.21 | 20.09 | 11.62 | - |
| YUV | 124.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 87 | 0 | 0.38 | 0.50 | 0.32 | 13.95 | 0.34 | 0.51 |
| Hex | AD | 6B | 57 | 0 | 26 | 32 | 20 | E | 22 | 33 |
| Octal | 255 | 153 | 127 | 0 | 46 | 62 | 40 | 16 | 42 | 63 |
| Binary | 10101101 | 1101011 | 1010111 | 0 | 100110 | 110010 | 100000 | 1110 | 100010 | 110011 |
Color Harmonies of #AD6B57
Complementary color
Monochromatic Colors of #AD6B57
Black with #AD6B57
Text Example
Text Example
White with #AD6B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B57; }
p { color: rgb(173,107,87); }
H1.HeaderClassName
{
color: #AD6B57;
}
.AnyTagClassName
{
color: #AD6B57;
}
</style>
background-color css
<style>
a { background-color: #AD6B57; }
a { background-color: rgb(173,107,87); }
div.DivClassName
{
background-color: #AD6B57;
}
.BgClassName
{
background-color: #AD6B57;
}
</style>
border-color css
<style>
span { border-color: #AD6B57; }
span { border-color: rgb(173,107,87); }
td.TdClassName
{
border-color: #AD6B57;
}
.TagClassName
{
border-color: #AD6B57;
}
</style>