Shades of Sante Fe #AD6450
Tints of Sante Fe #AD6450
RGB
CMYK
RGB Variations
Color information
#AD6450 (or 0xAD6450) is known color: Sante Fe. HEX triplet: AD, 64 and 50. RGB value is (173,100,80). Sum of RGB (Red+Green+Blue) = 173+100+80=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6450 is #529BAF. Grayscale: #777777. Windows color (decimal): -5413808 or 5268653. OLE color: 5268653.
HSL color Cylindrical-coordinate representation of color #AD6450: hue angle of 12.9º 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 #AD6450 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 80 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.32 |
| HSL | 12.9º | 0.37% | 0.5% | - |
| HSV(B) | 12.9º | 0.54% | 0.68% | - |
| XYZ | 23.24 | 18.58 | 9.95 | - |
| YUV | 119.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 80 | 0 | 0.42 | 0.54 | 0.32 | 12.9 | 0.37 | 0.5 |
| Hex | AD | 64 | 50 | 0 | 2A | 36 | 20 | D | 25 | 32 |
| Octal | 255 | 144 | 120 | 0 | 52 | 66 | 40 | 15 | 45 | 62 |
| Binary | 10101101 | 1100100 | 1010000 | 0 | 101010 | 110110 | 100000 | 1101 | 100101 | 110010 |
Color Harmonies of #AD6450
Complementary color
Monochromatic Colors of #AD6450
Black with #AD6450
Text Example
Text Example
White with #AD6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6450; }
p { color: rgb(173,100,80); }
H1.HeaderClassName
{
color: #AD6450;
}
.AnyTagClassName
{
color: #AD6450;
}
</style>
background-color css
<style>
a { background-color: #AD6450; }
a { background-color: rgb(173,100,80); }
div.DivClassName
{
background-color: #AD6450;
}
.BgClassName
{
background-color: #AD6450;
}
</style>
border-color css
<style>
span { border-color: #AD6450; }
span { border-color: rgb(173,100,80); }
td.TdClassName
{
border-color: #AD6450;
}
.TagClassName
{
border-color: #AD6450;
}
</style>