Shades of Sante Fe #AD6955
Tints of Sante Fe #AD6955
RGB
CMYK
RGB Variations
Color information
#AD6955 (or 0xAD6955) is known color: Sante Fe. HEX triplet: AD, 69 and 55. RGB value is (173,105,85). Sum of RGB (Red+Green+Blue) = 173+105+85=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6955 is #5296AA. Grayscale: #7B7B7B. Windows color (decimal): -5412523 or 5597613. OLE color: 5597613.
HSL color Cylindrical-coordinate representation of color #AD6955: hue angle of 13.64º 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 #AD6955 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 85 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.32 |
| HSL | 13.64º | 0.35% | 0.51% | - |
| HSV(B) | 13.64º | 0.51% | 0.68% | - |
| XYZ | 23.92 | 19.64 | 11.12 | - |
| YUV | 123.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 85 | 0 | 0.39 | 0.51 | 0.32 | 13.64 | 0.35 | 0.51 |
| Hex | AD | 69 | 55 | 0 | 27 | 33 | 20 | E | 23 | 33 |
| Octal | 255 | 151 | 125 | 0 | 47 | 63 | 40 | 16 | 43 | 63 |
| Binary | 10101101 | 1101001 | 1010101 | 0 | 100111 | 110011 | 100000 | 1110 | 100011 | 110011 |
Color Harmonies of #AD6955
Complementary color
Monochromatic Colors of #AD6955
Black with #AD6955
Text Example
Text Example
White with #AD6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6955; }
p { color: rgb(173,105,85); }
H1.HeaderClassName
{
color: #AD6955;
}
.AnyTagClassName
{
color: #AD6955;
}
</style>
background-color css
<style>
a { background-color: #AD6955; }
a { background-color: rgb(173,105,85); }
div.DivClassName
{
background-color: #AD6955;
}
.BgClassName
{
background-color: #AD6955;
}
</style>
border-color css
<style>
span { border-color: #AD6955; }
span { border-color: rgb(173,105,85); }
td.TdClassName
{
border-color: #AD6955;
}
.TagClassName
{
border-color: #AD6955;
}
</style>