Shades of Sante Fe #AD624E
Tints of Sante Fe #AD624E
RGB
CMYK
RGB Variations
Color information
#AD624E (or 0xAD624E) is known color: Sante Fe. HEX triplet: AD, 62 and 4E. RGB value is (173,98,78). Sum of RGB (Red+Green+Blue) = 173+98+78=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD624E is #529DB1. Grayscale: #767676. Windows color (decimal): -5414322 or 5137069. OLE color: 5137069.
HSL color Cylindrical-coordinate representation of color #AD624E: hue angle of 12.63º 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 #AD624E is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 78 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.32 |
| HSL | 12.63º | 0.38% | 0.49% | - |
| HSV(B) | 12.63º | 0.55% | 0.68% | - |
| XYZ | 22.98 | 18.17 | 9.5 | - |
| YUV | 118.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 78 | 0 | 0.43 | 0.55 | 0.32 | 12.63 | 0.38 | 0.49 |
| Hex | AD | 62 | 4E | 0 | 2B | 37 | 20 | D | 26 | 31 |
| Octal | 255 | 142 | 116 | 0 | 53 | 67 | 40 | 15 | 46 | 61 |
| Binary | 10101101 | 1100010 | 1001110 | 0 | 101011 | 110111 | 100000 | 1101 | 100110 | 110001 |
Color Harmonies of #AD624E
Complementary color
Monochromatic Colors of #AD624E
Black with #AD624E
Text Example
Text Example
White with #AD624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD624E; }
p { color: rgb(173,98,78); }
H1.HeaderClassName
{
color: #AD624E;
}
.AnyTagClassName
{
color: #AD624E;
}
</style>
background-color css
<style>
a { background-color: #AD624E; }
a { background-color: rgb(173,98,78); }
div.DivClassName
{
background-color: #AD624E;
}
.BgClassName
{
background-color: #AD624E;
}
</style>
border-color css
<style>
span { border-color: #AD624E; }
span { border-color: rgb(173,98,78); }
td.TdClassName
{
border-color: #AD624E;
}
.TagClassName
{
border-color: #AD624E;
}
</style>