Shades of Sante Fe #AD6C52
Tints of Sante Fe #AD6C52
RGB
CMYK
RGB Variations
Color information
#AD6C52 (or 0xAD6C52) is known color: Sante Fe. HEX triplet: AD, 6C and 52. RGB value is (173,108,82). Sum of RGB (Red+Green+Blue) = 173+108+82=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6C52 is #5293AD. Grayscale: #7C7C7C. Windows color (decimal): -5411758 or 5401773. OLE color: 5401773.
HSL color Cylindrical-coordinate representation of color #AD6C52: hue angle of 17.14º 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 #AD6C52 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 82 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.32 |
| HSL | 17.14º | 0.36% | 0.5% | - |
| HSV(B) | 17.14º | 0.53% | 0.68% | - |
| XYZ | 24.12 | 20.22 | 10.61 | - |
| YUV | 124.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 82 | 0 | 0.38 | 0.53 | 0.32 | 17.14 | 0.36 | 0.5 |
| Hex | AD | 6C | 52 | 0 | 26 | 35 | 20 | 11 | 24 | 32 |
| Octal | 255 | 154 | 122 | 0 | 46 | 65 | 40 | 21 | 44 | 62 |
| Binary | 10101101 | 1101100 | 1010010 | 0 | 100110 | 110101 | 100000 | 10001 | 100100 | 110010 |
Color Harmonies of #AD6C52
Complementary color
Monochromatic Colors of #AD6C52
Black with #AD6C52
Text Example
Text Example
White with #AD6C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6C52; }
p { color: rgb(173,108,82); }
H1.HeaderClassName
{
color: #AD6C52;
}
.AnyTagClassName
{
color: #AD6C52;
}
</style>
background-color css
<style>
a { background-color: #AD6C52; }
a { background-color: rgb(173,108,82); }
div.DivClassName
{
background-color: #AD6C52;
}
.BgClassName
{
background-color: #AD6C52;
}
</style>
border-color css
<style>
span { border-color: #AD6C52; }
span { border-color: rgb(173,108,82); }
td.TdClassName
{
border-color: #AD6C52;
}
.TagClassName
{
border-color: #AD6C52;
}
</style>