Shades of Sante Fe #AD6E52
Tints of Sante Fe #AD6E52
RGB
CMYK
RGB Variations
Color information
#AD6E52 (or 0xAD6E52) is known color: Sante Fe. HEX triplet: AD, 6E and 52. RGB value is (173,110,82). Sum of RGB (Red+Green+Blue) = 173+110+82=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E52 is #5291AD. Grayscale: #7D7D7D. Windows color (decimal): -5411246 or 5402285. OLE color: 5402285.
HSL color Cylindrical-coordinate representation of color #AD6E52: hue angle of 18.46º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD6E52 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 82 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.32 |
| HSL | 18.46º | 0.36% | 0.5% | - |
| HSV(B) | 18.46º | 0.53% | 0.68% | - |
| XYZ | 24.33 | 20.65 | 10.69 | - |
| YUV | 125.65 | 103.37 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 82 | 0 | 0.36 | 0.53 | 0.32 | 18.46 | 0.36 | 0.5 |
| Hex | AD | 6E | 52 | 0 | 24 | 35 | 20 | 12 | 24 | 32 |
| Octal | 255 | 156 | 122 | 0 | 44 | 65 | 40 | 22 | 44 | 62 |
| Binary | 10101101 | 1101110 | 1010010 | 0 | 100100 | 110101 | 100000 | 10010 | 100100 | 110010 |
Color Harmonies of #AD6E52
Complementary color
Monochromatic Colors of #AD6E52
Black with #AD6E52
Text Example
Text Example
White with #AD6E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E52; }
p { color: rgb(173,110,82); }
H1.HeaderClassName
{
color: #AD6E52;
}
.AnyTagClassName
{
color: #AD6E52;
}
</style>
background-color css
<style>
a { background-color: #AD6E52; }
a { background-color: rgb(173,110,82); }
div.DivClassName
{
background-color: #AD6E52;
}
.BgClassName
{
background-color: #AD6E52;
}
</style>
border-color css
<style>
span { border-color: #AD6E52; }
span { border-color: rgb(173,110,82); }
td.TdClassName
{
border-color: #AD6E52;
}
.TagClassName
{
border-color: #AD6E52;
}
</style>