Shades of Sante Fe #AD644F
Tints of Sante Fe #AD644F
RGB
CMYK
RGB Variations
Color information
#AD644F (or 0xAD644F) is known color: Sante Fe. HEX triplet: AD, 64 and 4F. RGB value is (173,100,79). Sum of RGB (Red+Green+Blue) = 173+100+79=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD644F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD644F is #529BB0. Grayscale: #777777. Windows color (decimal): -5413809 or 5203117. OLE color: 5203117.
HSL color Cylindrical-coordinate representation of color #AD644F: hue angle of 13.4º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD644F is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 79 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.32 |
| HSL | 13.4º | 0.37% | 0.49% | - |
| HSV(B) | 13.4º | 0.54% | 0.68% | - |
| XYZ | 23.2 | 18.56 | 9.76 | - |
| YUV | 119.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 79 | 0 | 0.42 | 0.54 | 0.32 | 13.4 | 0.37 | 0.49 |
| Hex | AD | 64 | 4F | 0 | 2A | 36 | 20 | D | 25 | 31 |
| Octal | 255 | 144 | 117 | 0 | 52 | 66 | 40 | 15 | 45 | 61 |
| Binary | 10101101 | 1100100 | 1001111 | 0 | 101010 | 110110 | 100000 | 1101 | 100101 | 110001 |
Color Harmonies of #AD644F
Complementary color
Monochromatic Colors of #AD644F
Black with #AD644F
Text Example
Text Example
White with #AD644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD644F; }
p { color: rgb(173,100,79); }
H1.HeaderClassName
{
color: #AD644F;
}
.AnyTagClassName
{
color: #AD644F;
}
</style>
background-color css
<style>
a { background-color: #AD644F; }
a { background-color: rgb(173,100,79); }
div.DivClassName
{
background-color: #AD644F;
}
.BgClassName
{
background-color: #AD644F;
}
</style>
border-color css
<style>
span { border-color: #AD644F; }
span { border-color: rgb(173,100,79); }
td.TdClassName
{
border-color: #AD644F;
}
.TagClassName
{
border-color: #AD644F;
}
</style>