Shades of Sante Fe #AD6F54
Tints of Sante Fe #AD6F54
RGB
CMYK
RGB Variations
Color information
#AD6F54 (or 0xAD6F54) is known color: Sante Fe. HEX triplet: AD, 6F and 54. RGB value is (173,111,84). Sum of RGB (Red+Green+Blue) = 173+111+84=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F54 is #5290AB. Grayscale: #7E7E7E. Windows color (decimal): -5410988 or 5533613. OLE color: 5533613.
HSL color Cylindrical-coordinate representation of color #AD6F54: hue angle of 18.2º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6F54 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 84 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.32 |
| HSL | 18.2º | 0.35% | 0.5% | - |
| HSV(B) | 18.2º | 0.51% | 0.68% | - |
| XYZ | 24.52 | 20.89 | 11.13 | - |
| YUV | 126.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 84 | 0 | 0.36 | 0.51 | 0.32 | 18.2 | 0.35 | 0.5 |
| Hex | AD | 6F | 54 | 0 | 24 | 33 | 20 | 12 | 23 | 32 |
| Octal | 255 | 157 | 124 | 0 | 44 | 63 | 40 | 22 | 43 | 62 |
| Binary | 10101101 | 1101111 | 1010100 | 0 | 100100 | 110011 | 100000 | 10010 | 100011 | 110010 |
Color Harmonies of #AD6F54
Complementary color
Monochromatic Colors of #AD6F54
Black with #AD6F54
Text Example
Text Example
White with #AD6F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F54; }
p { color: rgb(173,111,84); }
H1.HeaderClassName
{
color: #AD6F54;
}
.AnyTagClassName
{
color: #AD6F54;
}
</style>
background-color css
<style>
a { background-color: #AD6F54; }
a { background-color: rgb(173,111,84); }
div.DivClassName
{
background-color: #AD6F54;
}
.BgClassName
{
background-color: #AD6F54;
}
</style>
border-color css
<style>
span { border-color: #AD6F54; }
span { border-color: rgb(173,111,84); }
td.TdClassName
{
border-color: #AD6F54;
}
.TagClassName
{
border-color: #AD6F54;
}
</style>