Shades of Sante Fe #AD644D
Tints of Sante Fe #AD644D
RGB
CMYK
RGB Variations
Color information
#AD644D (or 0xAD644D) is known color: Sante Fe. HEX triplet: AD, 64 and 4D. RGB value is (173,100,77). Sum of RGB (Red+Green+Blue) = 173+100+77=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD644D is #529BB2. Grayscale: #777777. Windows color (decimal): -5413811 or 5072045. OLE color: 5072045.
HSL color Cylindrical-coordinate representation of color #AD644D: hue angle of 14.38º 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 #AD644D is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 77 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.32 |
| HSL | 14.38º | 0.38% | 0.49% | - |
| HSV(B) | 14.38º | 0.55% | 0.68% | - |
| XYZ | 23.13 | 18.53 | 9.38 | - |
| YUV | 119.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 77 | 0 | 0.42 | 0.55 | 0.32 | 14.38 | 0.38 | 0.49 |
| Hex | AD | 64 | 4D | 0 | 2A | 37 | 20 | E | 26 | 31 |
| Octal | 255 | 144 | 115 | 0 | 52 | 67 | 40 | 16 | 46 | 61 |
| Binary | 10101101 | 1100100 | 1001101 | 0 | 101010 | 110111 | 100000 | 1110 | 100110 | 110001 |
Color Harmonies of #AD644D
Complementary color
Monochromatic Colors of #AD644D
Black with #AD644D
Text Example
Text Example
White with #AD644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD644D; }
p { color: rgb(173,100,77); }
H1.HeaderClassName
{
color: #AD644D;
}
.AnyTagClassName
{
color: #AD644D;
}
</style>
background-color css
<style>
a { background-color: #AD644D; }
a { background-color: rgb(173,100,77); }
div.DivClassName
{
background-color: #AD644D;
}
.BgClassName
{
background-color: #AD644D;
}
</style>
border-color css
<style>
span { border-color: #AD644D; }
span { border-color: rgb(173,100,77); }
td.TdClassName
{
border-color: #AD644D;
}
.TagClassName
{
border-color: #AD644D;
}
</style>