Shades of Sante Fe #AD6652
Tints of Sante Fe #AD6652
RGB
CMYK
RGB Variations
Color information
#AD6652 (or 0xAD6652) is known color: Sante Fe. HEX triplet: AD, 66 and 52. RGB value is (173,102,82). Sum of RGB (Red+Green+Blue) = 173+102+82=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6652 is #5299AD. Grayscale: #797979. Windows color (decimal): -5413294 or 5400237. OLE color: 5400237.
HSL color Cylindrical-coordinate representation of color #AD6652: hue angle of 13.19º 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 #AD6652 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 82 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.32 |
| HSL | 13.19º | 0.36% | 0.5% | - |
| HSV(B) | 13.19º | 0.53% | 0.68% | - |
| XYZ | 23.51 | 19 | 10.41 | - |
| YUV | 120.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 82 | 0 | 0.41 | 0.53 | 0.32 | 13.19 | 0.36 | 0.5 |
| Hex | AD | 66 | 52 | 0 | 29 | 35 | 20 | D | 24 | 32 |
| Octal | 255 | 146 | 122 | 0 | 51 | 65 | 40 | 15 | 44 | 62 |
| Binary | 10101101 | 1100110 | 1010010 | 0 | 101001 | 110101 | 100000 | 1101 | 100100 | 110010 |
Color Harmonies of #AD6652
Complementary color
Monochromatic Colors of #AD6652
Black with #AD6652
Text Example
Text Example
White with #AD6652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6652; }
p { color: rgb(173,102,82); }
H1.HeaderClassName
{
color: #AD6652;
}
.AnyTagClassName
{
color: #AD6652;
}
</style>
background-color css
<style>
a { background-color: #AD6652; }
a { background-color: rgb(173,102,82); }
div.DivClassName
{
background-color: #AD6652;
}
.BgClassName
{
background-color: #AD6652;
}
</style>
border-color css
<style>
span { border-color: #AD6652; }
span { border-color: rgb(173,102,82); }
td.TdClassName
{
border-color: #AD6652;
}
.TagClassName
{
border-color: #AD6652;
}
</style>