Shades of Sante Fe #AD614E
Tints of Sante Fe #AD614E
RGB
CMYK
RGB Variations
Color information
#AD614E (or 0xAD614E) is known color: Sante Fe. HEX triplet: AD, 61 and 4E. RGB value is (173,97,78). Sum of RGB (Red+Green+Blue) = 173+97+78=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD614E is #529EB1. Grayscale: #757575. Windows color (decimal): -5414578 or 5136813. OLE color: 5136813.
HSL color Cylindrical-coordinate representation of color #AD614E: hue angle of 12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD614E is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 78 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.32 |
| HSL | 12º | 0.38% | 0.49% | - |
| HSV(B) | 12º | 0.55% | 0.68% | - |
| XYZ | 22.88 | 17.98 | 9.47 | - |
| YUV | 117.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 78 | 0 | 0.44 | 0.55 | 0.32 | 12 | 0.38 | 0.49 |
| Hex | AD | 61 | 4E | 0 | 2C | 37 | 20 | C | 26 | 31 |
| Octal | 255 | 141 | 116 | 0 | 54 | 67 | 40 | 14 | 46 | 61 |
| Binary | 10101101 | 1100001 | 1001110 | 0 | 101100 | 110111 | 100000 | 1100 | 100110 | 110001 |
Color Harmonies of #AD614E
Complementary color
Monochromatic Colors of #AD614E
Black with #AD614E
Text Example
Text Example
White with #AD614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD614E; }
p { color: rgb(173,97,78); }
H1.HeaderClassName
{
color: #AD614E;
}
.AnyTagClassName
{
color: #AD614E;
}
</style>
background-color css
<style>
a { background-color: #AD614E; }
a { background-color: rgb(173,97,78); }
div.DivClassName
{
background-color: #AD614E;
}
.BgClassName
{
background-color: #AD614E;
}
</style>
border-color css
<style>
span { border-color: #AD614E; }
span { border-color: rgb(173,97,78); }
td.TdClassName
{
border-color: #AD614E;
}
.TagClassName
{
border-color: #AD614E;
}
</style>