Shades of Sante Fe #AD6A59
Tints of Sante Fe #AD6A59
RGB
CMYK
RGB Variations
Color information
#AD6A59 (or 0xAD6A59) is known color: Sante Fe. HEX triplet: AD, 6A and 59. RGB value is (173,106,89). Sum of RGB (Red+Green+Blue) = 173+106+89=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A59 is #5295A6. Grayscale: #7C7C7C. Windows color (decimal): -5412263 or 5860013. OLE color: 5860013.
HSL color Cylindrical-coordinate representation of color #AD6A59: hue angle of 12.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD6A59 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 89 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.32 |
| HSL | 12.14º | 0.34% | 0.51% | - |
| HSV(B) | 12.14º | 0.49% | 0.68% | - |
| XYZ | 24.19 | 19.91 | 12.02 | - |
| YUV | 124.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 89 | 0 | 0.39 | 0.49 | 0.32 | 12.14 | 0.34 | 0.51 |
| Hex | AD | 6A | 59 | 0 | 27 | 31 | 20 | C | 22 | 33 |
| Octal | 255 | 152 | 131 | 0 | 47 | 61 | 40 | 14 | 42 | 63 |
| Binary | 10101101 | 1101010 | 1011001 | 0 | 100111 | 110001 | 100000 | 1100 | 100010 | 110011 |
Color Harmonies of #AD6A59
Complementary color
Monochromatic Colors of #AD6A59
Black with #AD6A59
Text Example
Text Example
White with #AD6A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A59; }
p { color: rgb(173,106,89); }
H1.HeaderClassName
{
color: #AD6A59;
}
.AnyTagClassName
{
color: #AD6A59;
}
</style>
background-color css
<style>
a { background-color: #AD6A59; }
a { background-color: rgb(173,106,89); }
div.DivClassName
{
background-color: #AD6A59;
}
.BgClassName
{
background-color: #AD6A59;
}
</style>
border-color css
<style>
span { border-color: #AD6A59; }
span { border-color: rgb(173,106,89); }
td.TdClassName
{
border-color: #AD6A59;
}
.TagClassName
{
border-color: #AD6A59;
}
</style>