Shades of Sante Fe #AD6152
Tints of Sante Fe #AD6152
RGB
CMYK
RGB Variations
Color information
#AD6152 (or 0xAD6152) is known color: Sante Fe. HEX triplet: AD, 61 and 52. RGB value is (173,97,82). Sum of RGB (Red+Green+Blue) = 173+97+82=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6152 is #529EAD. Grayscale: #767676. Windows color (decimal): -5414574 or 5398957. OLE color: 5398957.
HSL color Cylindrical-coordinate representation of color #AD6152: hue angle of 9.89º 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 #AD6152 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 82 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.32 |
| HSL | 9.89º | 0.36% | 0.5% | - |
| HSV(B) | 9.89º | 0.53% | 0.68% | - |
| XYZ | 23.03 | 18.04 | 10.25 | - |
| YUV | 118.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 82 | 0 | 0.44 | 0.53 | 0.32 | 9.89 | 0.36 | 0.5 |
| Hex | AD | 61 | 52 | 0 | 2C | 35 | 20 | A | 24 | 32 |
| Octal | 255 | 141 | 122 | 0 | 54 | 65 | 40 | 12 | 44 | 62 |
| Binary | 10101101 | 1100001 | 1010010 | 0 | 101100 | 110101 | 100000 | 1010 | 100100 | 110010 |
Color Harmonies of #AD6152
Complementary color
Monochromatic Colors of #AD6152
Black with #AD6152
Text Example
Text Example
White with #AD6152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6152; }
p { color: rgb(173,97,82); }
H1.HeaderClassName
{
color: #AD6152;
}
.AnyTagClassName
{
color: #AD6152;
}
</style>
background-color css
<style>
a { background-color: #AD6152; }
a { background-color: rgb(173,97,82); }
div.DivClassName
{
background-color: #AD6152;
}
.BgClassName
{
background-color: #AD6152;
}
</style>
border-color css
<style>
span { border-color: #AD6152; }
span { border-color: rgb(173,97,82); }
td.TdClassName
{
border-color: #AD6152;
}
.TagClassName
{
border-color: #AD6152;
}
</style>