Shades of Sante Fe #AD6752
Tints of Sante Fe #AD6752
RGB
CMYK
RGB Variations
Color information
#AD6752 (or 0xAD6752) is known color: Sante Fe. HEX triplet: AD, 67 and 52. RGB value is (173,103,82). Sum of RGB (Red+Green+Blue) = 173+103+82=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6752 is #5298AD. Grayscale: #797979. Windows color (decimal): -5413038 or 5400493. OLE color: 5400493.
HSL color Cylindrical-coordinate representation of color #AD6752: hue angle of 13.85º 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 #AD6752 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 82 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.32 |
| HSL | 13.85º | 0.36% | 0.5% | - |
| HSV(B) | 13.85º | 0.53% | 0.68% | - |
| XYZ | 23.61 | 19.19 | 10.44 | - |
| YUV | 121.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 82 | 0 | 0.40 | 0.53 | 0.32 | 13.85 | 0.36 | 0.5 |
| Hex | AD | 67 | 52 | 0 | 28 | 35 | 20 | E | 24 | 32 |
| Octal | 255 | 147 | 122 | 0 | 50 | 65 | 40 | 16 | 44 | 62 |
| Binary | 10101101 | 1100111 | 1010010 | 0 | 101000 | 110101 | 100000 | 1110 | 100100 | 110010 |
Color Harmonies of #AD6752
Complementary color
Monochromatic Colors of #AD6752
Black with #AD6752
Text Example
Text Example
White with #AD6752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6752; }
p { color: rgb(173,103,82); }
H1.HeaderClassName
{
color: #AD6752;
}
.AnyTagClassName
{
color: #AD6752;
}
</style>
background-color css
<style>
a { background-color: #AD6752; }
a { background-color: rgb(173,103,82); }
div.DivClassName
{
background-color: #AD6752;
}
.BgClassName
{
background-color: #AD6752;
}
</style>
border-color css
<style>
span { border-color: #AD6752; }
span { border-color: rgb(173,103,82); }
td.TdClassName
{
border-color: #AD6752;
}
.TagClassName
{
border-color: #AD6752;
}
</style>