Shades of Sante Fe #AD7450
Tints of Sante Fe #AD7450
RGB
CMYK
RGB Variations
Color information
#AD7450 (or 0xAD7450) is known color: Sante Fe. HEX triplet: AD, 74 and 50. RGB value is (173,116,80). Sum of RGB (Red+Green+Blue) = 173+116+80=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7450 is #528BAF. Grayscale: #818181. Windows color (decimal): -5409712 or 5272749. OLE color: 5272749.
HSL color Cylindrical-coordinate representation of color #AD7450: hue angle of 23.23º 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 #AD7450 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 80 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.32 |
| HSL | 23.23º | 0.37% | 0.5% | - |
| HSV(B) | 23.23º | 0.54% | 0.68% | - |
| XYZ | 24.93 | 21.95 | 10.51 | - |
| YUV | 128.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 80 | 0 | 0.33 | 0.54 | 0.32 | 23.23 | 0.37 | 0.5 |
| Hex | AD | 74 | 50 | 0 | 21 | 36 | 20 | 17 | 25 | 32 |
| Octal | 255 | 164 | 120 | 0 | 41 | 66 | 40 | 27 | 45 | 62 |
| Binary | 10101101 | 1110100 | 1010000 | 0 | 100001 | 110110 | 100000 | 10111 | 100101 | 110010 |
Color Harmonies of #AD7450
Complementary color
Monochromatic Colors of #AD7450
Black with #AD7450
Text Example
Text Example
White with #AD7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7450; }
p { color: rgb(173,116,80); }
H1.HeaderClassName
{
color: #AD7450;
}
.AnyTagClassName
{
color: #AD7450;
}
</style>
background-color css
<style>
a { background-color: #AD7450; }
a { background-color: rgb(173,116,80); }
div.DivClassName
{
background-color: #AD7450;
}
.BgClassName
{
background-color: #AD7450;
}
</style>
border-color css
<style>
span { border-color: #AD7450; }
span { border-color: rgb(173,116,80); }
td.TdClassName
{
border-color: #AD7450;
}
.TagClassName
{
border-color: #AD7450;
}
</style>