Shades of Sante Fe #AD6F4D
Tints of Sante Fe #AD6F4D
RGB
CMYK
RGB Variations
Color information
#AD6F4D (or 0xAD6F4D) is known color: Sante Fe. HEX triplet: AD, 6F and 4D. RGB value is (173,111,77). Sum of RGB (Red+Green+Blue) = 173+111+77=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F4D is #5290B2. Grayscale: #7D7D7D. Windows color (decimal): -5410995 or 5074861. OLE color: 5074861.
HSL color Cylindrical-coordinate representation of color #AD6F4D: hue angle of 21.25º 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 #AD6F4D is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 77 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.32 |
| HSL | 21.25º | 0.38% | 0.49% | - |
| HSV(B) | 21.25º | 0.55% | 0.68% | - |
| XYZ | 24.26 | 20.79 | 9.76 | - |
| YUV | 125.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 77 | 0 | 0.36 | 0.55 | 0.32 | 21.25 | 0.38 | 0.49 |
| Hex | AD | 6F | 4D | 0 | 24 | 37 | 20 | 15 | 26 | 31 |
| Octal | 255 | 157 | 115 | 0 | 44 | 67 | 40 | 25 | 46 | 61 |
| Binary | 10101101 | 1101111 | 1001101 | 0 | 100100 | 110111 | 100000 | 10101 | 100110 | 110001 |
Color Harmonies of #AD6F4D
Complementary color
Monochromatic Colors of #AD6F4D
Black with #AD6F4D
Text Example
Text Example
White with #AD6F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F4D; }
p { color: rgb(173,111,77); }
H1.HeaderClassName
{
color: #AD6F4D;
}
.AnyTagClassName
{
color: #AD6F4D;
}
</style>
background-color css
<style>
a { background-color: #AD6F4D; }
a { background-color: rgb(173,111,77); }
div.DivClassName
{
background-color: #AD6F4D;
}
.BgClassName
{
background-color: #AD6F4D;
}
</style>
border-color css
<style>
span { border-color: #AD6F4D; }
span { border-color: rgb(173,111,77); }
td.TdClassName
{
border-color: #AD6F4D;
}
.TagClassName
{
border-color: #AD6F4D;
}
</style>