Shades of Sante Fe #AD6650
Tints of Sante Fe #AD6650
RGB
CMYK
RGB Variations
Color information
#AD6650 (or 0xAD6650) is known color: Sante Fe. HEX triplet: AD, 66 and 50. RGB value is (173,102,80). Sum of RGB (Red+Green+Blue) = 173+102+80=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6650 is #5299AF. Grayscale: #787878. Windows color (decimal): -5413296 or 5269165. OLE color: 5269165.
HSL color Cylindrical-coordinate representation of color #AD6650: hue angle of 14.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD6650 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 80 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.32 |
| HSL | 14.19º | 0.37% | 0.5% | - |
| HSV(B) | 14.19º | 0.54% | 0.68% | - |
| XYZ | 23.43 | 18.97 | 10.02 | - |
| YUV | 120.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 80 | 0 | 0.41 | 0.54 | 0.32 | 14.19 | 0.37 | 0.5 |
| Hex | AD | 66 | 50 | 0 | 29 | 36 | 20 | E | 25 | 32 |
| Octal | 255 | 146 | 120 | 0 | 51 | 66 | 40 | 16 | 45 | 62 |
| Binary | 10101101 | 1100110 | 1010000 | 0 | 101001 | 110110 | 100000 | 1110 | 100101 | 110010 |
Color Harmonies of #AD6650
Complementary color
Monochromatic Colors of #AD6650
Black with #AD6650
Text Example
Text Example
White with #AD6650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6650; }
p { color: rgb(173,102,80); }
H1.HeaderClassName
{
color: #AD6650;
}
.AnyTagClassName
{
color: #AD6650;
}
</style>
background-color css
<style>
a { background-color: #AD6650; }
a { background-color: rgb(173,102,80); }
div.DivClassName
{
background-color: #AD6650;
}
.BgClassName
{
background-color: #AD6650;
}
</style>
border-color css
<style>
span { border-color: #AD6650; }
span { border-color: rgb(173,102,80); }
td.TdClassName
{
border-color: #AD6650;
}
.TagClassName
{
border-color: #AD6650;
}
</style>