Shades of Sante Fe #AD6555
Tints of Sante Fe #AD6555
RGB
CMYK
RGB Variations
Color information
#AD6555 (or 0xAD6555) is known color: Sante Fe. HEX triplet: AD, 65 and 55. RGB value is (173,101,85). Sum of RGB (Red+Green+Blue) = 173+101+85=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6555 is #529AAA. Grayscale: #787878. Windows color (decimal): -5413547 or 5596589. OLE color: 5596589.
HSL color Cylindrical-coordinate representation of color #AD6555: hue angle of 10.91º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6555 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 85 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.32 |
| HSL | 10.91º | 0.35% | 0.51% | - |
| HSV(B) | 10.91º | 0.51% | 0.68% | - |
| XYZ | 23.53 | 18.85 | 10.99 | - |
| YUV | 120.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 85 | 0 | 0.42 | 0.51 | 0.32 | 10.91 | 0.35 | 0.51 |
| Hex | AD | 65 | 55 | 0 | 2A | 33 | 20 | B | 23 | 33 |
| Octal | 255 | 145 | 125 | 0 | 52 | 63 | 40 | 13 | 43 | 63 |
| Binary | 10101101 | 1100101 | 1010101 | 0 | 101010 | 110011 | 100000 | 1011 | 100011 | 110011 |
Color Harmonies of #AD6555
Complementary color
Monochromatic Colors of #AD6555
Black with #AD6555
Text Example
Text Example
White with #AD6555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6555; }
p { color: rgb(173,101,85); }
H1.HeaderClassName
{
color: #AD6555;
}
.AnyTagClassName
{
color: #AD6555;
}
</style>
background-color css
<style>
a { background-color: #AD6555; }
a { background-color: rgb(173,101,85); }
div.DivClassName
{
background-color: #AD6555;
}
.BgClassName
{
background-color: #AD6555;
}
</style>
border-color css
<style>
span { border-color: #AD6555; }
span { border-color: rgb(173,101,85); }
td.TdClassName
{
border-color: #AD6555;
}
.TagClassName
{
border-color: #AD6555;
}
</style>