Shades of Sante Fe #AD6950
Tints of Sante Fe #AD6950
RGB
CMYK
RGB Variations
Color information
#AD6950 (or 0xAD6950) is known color: Sante Fe. HEX triplet: AD, 69 and 50. RGB value is (173,105,80). Sum of RGB (Red+Green+Blue) = 173+105+80=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6950 is #5296AF. Grayscale: #7A7A7A. Windows color (decimal): -5412528 or 5269933. OLE color: 5269933.
HSL color Cylindrical-coordinate representation of color #AD6950: hue angle of 16.13º 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 #AD6950 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 80 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.32 |
| HSL | 16.13º | 0.37% | 0.5% | - |
| HSV(B) | 16.13º | 0.54% | 0.68% | - |
| XYZ | 23.73 | 19.57 | 10.12 | - |
| YUV | 122.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 80 | 0 | 0.39 | 0.54 | 0.32 | 16.13 | 0.37 | 0.5 |
| Hex | AD | 69 | 50 | 0 | 27 | 36 | 20 | 10 | 25 | 32 |
| Octal | 255 | 151 | 120 | 0 | 47 | 66 | 40 | 20 | 45 | 62 |
| Binary | 10101101 | 1101001 | 1010000 | 0 | 100111 | 110110 | 100000 | 10000 | 100101 | 110010 |
Color Harmonies of #AD6950
Complementary color
Monochromatic Colors of #AD6950
Black with #AD6950
Text Example
Text Example
White with #AD6950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6950; }
p { color: rgb(173,105,80); }
H1.HeaderClassName
{
color: #AD6950;
}
.AnyTagClassName
{
color: #AD6950;
}
</style>
background-color css
<style>
a { background-color: #AD6950; }
a { background-color: rgb(173,105,80); }
div.DivClassName
{
background-color: #AD6950;
}
.BgClassName
{
background-color: #AD6950;
}
</style>
border-color css
<style>
span { border-color: #AD6950; }
span { border-color: rgb(173,105,80); }
td.TdClassName
{
border-color: #AD6950;
}
.TagClassName
{
border-color: #AD6950;
}
</style>