Shades of Sante Fe #AD6A55
Tints of Sante Fe #AD6A55
RGB
CMYK
RGB Variations
Color information
#AD6A55 (or 0xAD6A55) is known color: Sante Fe. HEX triplet: AD, 6A and 55. RGB value is (173,106,85). Sum of RGB (Red+Green+Blue) = 173+106+85=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A55 is #5295AA. Grayscale: #7B7B7B. Windows color (decimal): -5412267 or 5597869. OLE color: 5597869.
HSL color Cylindrical-coordinate representation of color #AD6A55: hue angle of 14.32º 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 #AD6A55 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 85 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.32 |
| HSL | 14.32º | 0.35% | 0.51% | - |
| HSV(B) | 14.32º | 0.51% | 0.68% | - |
| XYZ | 24.03 | 19.85 | 11.16 | - |
| YUV | 123.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 85 | 0 | 0.39 | 0.51 | 0.32 | 14.32 | 0.35 | 0.51 |
| Hex | AD | 6A | 55 | 0 | 27 | 33 | 20 | E | 23 | 33 |
| Octal | 255 | 152 | 125 | 0 | 47 | 63 | 40 | 16 | 43 | 63 |
| Binary | 10101101 | 1101010 | 1010101 | 0 | 100111 | 110011 | 100000 | 1110 | 100011 | 110011 |
Color Harmonies of #AD6A55
Complementary color
Monochromatic Colors of #AD6A55
Black with #AD6A55
Text Example
Text Example
White with #AD6A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A55; }
p { color: rgb(173,106,85); }
H1.HeaderClassName
{
color: #AD6A55;
}
.AnyTagClassName
{
color: #AD6A55;
}
</style>
background-color css
<style>
a { background-color: #AD6A55; }
a { background-color: rgb(173,106,85); }
div.DivClassName
{
background-color: #AD6A55;
}
.BgClassName
{
background-color: #AD6A55;
}
</style>
border-color css
<style>
span { border-color: #AD6A55; }
span { border-color: rgb(173,106,85); }
td.TdClassName
{
border-color: #AD6A55;
}
.TagClassName
{
border-color: #AD6A55;
}
</style>