Shades of Sante Fe #AD604D
Tints of Sante Fe #AD604D
RGB
CMYK
RGB Variations
Color information
#AD604D (or 0xAD604D) is known color: Sante Fe. HEX triplet: AD, 60 and 4D. RGB value is (173,96,77). Sum of RGB (Red+Green+Blue) = 173+96+77=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD604D is #529FB2. Grayscale: #757575. Windows color (decimal): -5414835 or 5071021. OLE color: 5071021.
HSL color Cylindrical-coordinate representation of color #AD604D: hue angle of 11.88º 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 #AD604D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 77 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.32 |
| HSL | 11.88º | 0.38% | 0.49% | - |
| HSV(B) | 11.88º | 0.55% | 0.68% | - |
| XYZ | 22.76 | 17.79 | 9.25 | - |
| YUV | 116.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 77 | 0 | 0.45 | 0.55 | 0.32 | 11.88 | 0.38 | 0.49 |
| Hex | AD | 60 | 4D | 0 | 2D | 37 | 20 | C | 26 | 31 |
| Octal | 255 | 140 | 115 | 0 | 55 | 67 | 40 | 14 | 46 | 61 |
| Binary | 10101101 | 1100000 | 1001101 | 0 | 101101 | 110111 | 100000 | 1100 | 100110 | 110001 |
Color Harmonies of #AD604D
Complementary color
Monochromatic Colors of #AD604D
Black with #AD604D
Text Example
Text Example
White with #AD604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD604D; }
p { color: rgb(173,96,77); }
H1.HeaderClassName
{
color: #AD604D;
}
.AnyTagClassName
{
color: #AD604D;
}
</style>
background-color css
<style>
a { background-color: #AD604D; }
a { background-color: rgb(173,96,77); }
div.DivClassName
{
background-color: #AD604D;
}
.BgClassName
{
background-color: #AD604D;
}
</style>
border-color css
<style>
span { border-color: #AD604D; }
span { border-color: rgb(173,96,77); }
td.TdClassName
{
border-color: #AD604D;
}
.TagClassName
{
border-color: #AD604D;
}
</style>