Shades of Sante Fe #AD6E4E
Tints of Sante Fe #AD6E4E
RGB
CMYK
RGB Variations
Color information
#AD6E4E (or 0xAD6E4E) is known color: Sante Fe. HEX triplet: AD, 6E and 4E. RGB value is (173,110,78). Sum of RGB (Red+Green+Blue) = 173+110+78=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E4E is #5291B1. Grayscale: #7D7D7D. Windows color (decimal): -5411250 or 5140141. OLE color: 5140141.
HSL color Cylindrical-coordinate representation of color #AD6E4E: hue angle of 20.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD6E4E is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 78 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.32 |
| HSL | 20.21º | 0.38% | 0.49% | - |
| HSV(B) | 20.21º | 0.55% | 0.68% | - |
| XYZ | 24.18 | 20.59 | 9.91 | - |
| YUV | 125.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 78 | 0 | 0.36 | 0.55 | 0.32 | 20.21 | 0.38 | 0.49 |
| Hex | AD | 6E | 4E | 0 | 24 | 37 | 20 | 14 | 26 | 31 |
| Octal | 255 | 156 | 116 | 0 | 44 | 67 | 40 | 24 | 46 | 61 |
| Binary | 10101101 | 1101110 | 1001110 | 0 | 100100 | 110111 | 100000 | 10100 | 100110 | 110001 |
Color Harmonies of #AD6E4E
Complementary color
Monochromatic Colors of #AD6E4E
Black with #AD6E4E
Text Example
Text Example
White with #AD6E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E4E; }
p { color: rgb(173,110,78); }
H1.HeaderClassName
{
color: #AD6E4E;
}
.AnyTagClassName
{
color: #AD6E4E;
}
</style>
background-color css
<style>
a { background-color: #AD6E4E; }
a { background-color: rgb(173,110,78); }
div.DivClassName
{
background-color: #AD6E4E;
}
.BgClassName
{
background-color: #AD6E4E;
}
</style>
border-color css
<style>
span { border-color: #AD6E4E; }
span { border-color: rgb(173,110,78); }
td.TdClassName
{
border-color: #AD6E4E;
}
.TagClassName
{
border-color: #AD6E4E;
}
</style>