Shades of Sante Fe #AD6558
Tints of Sante Fe #AD6558
RGB
CMYK
RGB Variations
Color information
#AD6558 (or 0xAD6558) is known color: Sante Fe. HEX triplet: AD, 65 and 58. RGB value is (173,101,88). Sum of RGB (Red+Green+Blue) = 173+101+88=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6558 is #529AA7. Grayscale: #797979. Windows color (decimal): -5413544 or 5793197. OLE color: 5793197.
HSL color Cylindrical-coordinate representation of color #AD6558: hue angle of 9.18º 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 #AD6558 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 88 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.32 |
| HSL | 9.18º | 0.34% | 0.51% | - |
| HSV(B) | 9.18º | 0.49% | 0.68% | - |
| XYZ | 23.65 | 18.9 | 11.63 | - |
| YUV | 121.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 88 | 0 | 0.42 | 0.49 | 0.32 | 9.18 | 0.34 | 0.51 |
| Hex | AD | 65 | 58 | 0 | 2A | 31 | 20 | 9 | 22 | 33 |
| Octal | 255 | 145 | 130 | 0 | 52 | 61 | 40 | 11 | 42 | 63 |
| Binary | 10101101 | 1100101 | 1011000 | 0 | 101010 | 110001 | 100000 | 1001 | 100010 | 110011 |
Color Harmonies of #AD6558
Complementary color
Monochromatic Colors of #AD6558
Black with #AD6558
Text Example
Text Example
White with #AD6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6558; }
p { color: rgb(173,101,88); }
H1.HeaderClassName
{
color: #AD6558;
}
.AnyTagClassName
{
color: #AD6558;
}
</style>
background-color css
<style>
a { background-color: #AD6558; }
a { background-color: rgb(173,101,88); }
div.DivClassName
{
background-color: #AD6558;
}
.BgClassName
{
background-color: #AD6558;
}
</style>
border-color css
<style>
span { border-color: #AD6558; }
span { border-color: rgb(173,101,88); }
td.TdClassName
{
border-color: #AD6558;
}
.TagClassName
{
border-color: #AD6558;
}
</style>