Shades of Sante Fe #AD744D
Tints of Sante Fe #AD744D
RGB
CMYK
RGB Variations
Color information
#AD744D (or 0xAD744D) is known color: Sante Fe. HEX triplet: AD, 74 and 4D. RGB value is (173,116,77). Sum of RGB (Red+Green+Blue) = 173+116+77=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD744D is #528BB2. Grayscale: #808080. Windows color (decimal): -5409715 or 5076141. OLE color: 5076141.
HSL color Cylindrical-coordinate representation of color #AD744D: hue angle of 24.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 #AD744D is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 77 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.32 |
| HSL | 24.38º | 0.38% | 0.49% | - |
| HSV(B) | 24.38º | 0.55% | 0.68% | - |
| XYZ | 24.82 | 21.91 | 9.94 | - |
| YUV | 128.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 77 | 0 | 0.33 | 0.55 | 0.32 | 24.38 | 0.38 | 0.49 |
| Hex | AD | 74 | 4D | 0 | 21 | 37 | 20 | 18 | 26 | 31 |
| Octal | 255 | 164 | 115 | 0 | 41 | 67 | 40 | 30 | 46 | 61 |
| Binary | 10101101 | 1110100 | 1001101 | 0 | 100001 | 110111 | 100000 | 11000 | 100110 | 110001 |
Color Harmonies of #AD744D
Complementary color
Monochromatic Colors of #AD744D
Black with #AD744D
Text Example
Text Example
White with #AD744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD744D; }
p { color: rgb(173,116,77); }
H1.HeaderClassName
{
color: #AD744D;
}
.AnyTagClassName
{
color: #AD744D;
}
</style>
background-color css
<style>
a { background-color: #AD744D; }
a { background-color: rgb(173,116,77); }
div.DivClassName
{
background-color: #AD744D;
}
.BgClassName
{
background-color: #AD744D;
}
</style>
border-color css
<style>
span { border-color: #AD744D; }
span { border-color: rgb(173,116,77); }
td.TdClassName
{
border-color: #AD744D;
}
.TagClassName
{
border-color: #AD744D;
}
</style>