Shades of Sante Fe #AD6255
Tints of Sante Fe #AD6255
RGB
CMYK
RGB Variations
Color information
#AD6255 (or 0xAD6255) is known color: Sante Fe. HEX triplet: AD, 62 and 55. RGB value is (173,98,85). Sum of RGB (Red+Green+Blue) = 173+98+85=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6255 is #529DAA. Grayscale: #777777. Windows color (decimal): -5414315 or 5595821. OLE color: 5595821.
HSL color Cylindrical-coordinate representation of color #AD6255: hue angle of 8.86º 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 #AD6255 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 85 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.32 |
| HSL | 8.86º | 0.35% | 0.51% | - |
| HSV(B) | 8.86º | 0.51% | 0.68% | - |
| XYZ | 23.24 | 18.28 | 10.9 | - |
| YUV | 118.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 85 | 0 | 0.43 | 0.51 | 0.32 | 8.86 | 0.35 | 0.51 |
| Hex | AD | 62 | 55 | 0 | 2B | 33 | 20 | 9 | 23 | 33 |
| Octal | 255 | 142 | 125 | 0 | 53 | 63 | 40 | 11 | 43 | 63 |
| Binary | 10101101 | 1100010 | 1010101 | 0 | 101011 | 110011 | 100000 | 1001 | 100011 | 110011 |
Color Harmonies of #AD6255
Complementary color
Monochromatic Colors of #AD6255
Black with #AD6255
Text Example
Text Example
White with #AD6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6255; }
p { color: rgb(173,98,85); }
H1.HeaderClassName
{
color: #AD6255;
}
.AnyTagClassName
{
color: #AD6255;
}
</style>
background-color css
<style>
a { background-color: #AD6255; }
a { background-color: rgb(173,98,85); }
div.DivClassName
{
background-color: #AD6255;
}
.BgClassName
{
background-color: #AD6255;
}
</style>
border-color css
<style>
span { border-color: #AD6255; }
span { border-color: rgb(173,98,85); }
td.TdClassName
{
border-color: #AD6255;
}
.TagClassName
{
border-color: #AD6255;
}
</style>