Shades of Sante Fe #AD7555
Tints of Sante Fe #AD7555
RGB
CMYK
RGB Variations
Color information
#AD7555 (or 0xAD7555) is known color: Sante Fe. HEX triplet: AD, 75 and 55. RGB value is (173,117,85). Sum of RGB (Red+Green+Blue) = 173+117+85=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7555 is #528AAA. Grayscale: #828282. Windows color (decimal): -5409451 or 5600685. OLE color: 5600685.
HSL color Cylindrical-coordinate representation of color #AD7555: hue angle of 21.82º 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 #AD7555 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 85 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.32 |
| HSL | 21.82º | 0.35% | 0.51% | - |
| HSV(B) | 21.82º | 0.51% | 0.68% | - |
| XYZ | 25.23 | 22.26 | 11.56 | - |
| YUV | 130.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 85 | 0 | 0.32 | 0.51 | 0.32 | 21.82 | 0.35 | 0.51 |
| Hex | AD | 75 | 55 | 0 | 20 | 33 | 20 | 16 | 23 | 33 |
| Octal | 255 | 165 | 125 | 0 | 40 | 63 | 40 | 26 | 43 | 63 |
| Binary | 10101101 | 1110101 | 1010101 | 0 | 100000 | 110011 | 100000 | 10110 | 100011 | 110011 |
Color Harmonies of #AD7555
Complementary color
Monochromatic Colors of #AD7555
Black with #AD7555
Text Example
Text Example
White with #AD7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7555; }
p { color: rgb(173,117,85); }
H1.HeaderClassName
{
color: #AD7555;
}
.AnyTagClassName
{
color: #AD7555;
}
</style>
background-color css
<style>
a { background-color: #AD7555; }
a { background-color: rgb(173,117,85); }
div.DivClassName
{
background-color: #AD7555;
}
.BgClassName
{
background-color: #AD7555;
}
</style>
border-color css
<style>
span { border-color: #AD7555; }
span { border-color: rgb(173,117,85); }
td.TdClassName
{
border-color: #AD7555;
}
.TagClassName
{
border-color: #AD7555;
}
</style>