Shades of Sante Fe #AD6E4C
Tints of Sante Fe #AD6E4C
RGB
CMYK
RGB Variations
Color information
#AD6E4C (or 0xAD6E4C) is known color: Sante Fe. HEX triplet: AD, 6E and 4C. RGB value is (173,110,76). Sum of RGB (Red+Green+Blue) = 173+110+76=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E4C is #5291B3. Grayscale: #7D7D7D. Windows color (decimal): -5411252 or 5009069. OLE color: 5009069.
HSL color Cylindrical-coordinate representation of color #AD6E4C: hue angle of 21.03º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD6E4C is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 76 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.32 |
| HSL | 21.03º | 0.39% | 0.49% | - |
| HSV(B) | 21.03º | 0.56% | 0.68% | - |
| XYZ | 24.11 | 20.56 | 9.53 | - |
| YUV | 124.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 76 | 0 | 0.36 | 0.56 | 0.32 | 21.03 | 0.39 | 0.49 |
| Hex | AD | 6E | 4C | 0 | 24 | 38 | 20 | 15 | 27 | 31 |
| Octal | 255 | 156 | 114 | 0 | 44 | 70 | 40 | 25 | 47 | 61 |
| Binary | 10101101 | 1101110 | 1001100 | 0 | 100100 | 111000 | 100000 | 10101 | 100111 | 110001 |
Color Harmonies of #AD6E4C
Complementary color
Monochromatic Colors of #AD6E4C
Black with #AD6E4C
Text Example
Text Example
White with #AD6E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E4C; }
p { color: rgb(173,110,76); }
H1.HeaderClassName
{
color: #AD6E4C;
}
.AnyTagClassName
{
color: #AD6E4C;
}
</style>
background-color css
<style>
a { background-color: #AD6E4C; }
a { background-color: rgb(173,110,76); }
div.DivClassName
{
background-color: #AD6E4C;
}
.BgClassName
{
background-color: #AD6E4C;
}
</style>
border-color css
<style>
span { border-color: #AD6E4C; }
span { border-color: rgb(173,110,76); }
td.TdClassName
{
border-color: #AD6E4C;
}
.TagClassName
{
border-color: #AD6E4C;
}
</style>