Shades of Sante Fe #AD744F
Tints of Sante Fe #AD744F
RGB
CMYK
RGB Variations
Color information
#AD744F (or 0xAD744F) is known color: Sante Fe. HEX triplet: AD, 74 and 4F. RGB value is (173,116,79). Sum of RGB (Red+Green+Blue) = 173+116+79=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD744F is #528BB0. Grayscale: #818181. Windows color (decimal): -5409713 or 5207213. OLE color: 5207213.
HSL color Cylindrical-coordinate representation of color #AD744F: hue angle of 23.62º 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 #AD744F is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 79 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.32 |
| HSL | 23.62º | 0.37% | 0.49% | - |
| HSV(B) | 23.62º | 0.54% | 0.68% | - |
| XYZ | 24.89 | 21.94 | 10.32 | - |
| YUV | 128.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 79 | 0 | 0.33 | 0.54 | 0.32 | 23.62 | 0.37 | 0.49 |
| Hex | AD | 74 | 4F | 0 | 21 | 36 | 20 | 18 | 25 | 31 |
| Octal | 255 | 164 | 117 | 0 | 41 | 66 | 40 | 30 | 45 | 61 |
| Binary | 10101101 | 1110100 | 1001111 | 0 | 100001 | 110110 | 100000 | 11000 | 100101 | 110001 |
Color Harmonies of #AD744F
Complementary color
Monochromatic Colors of #AD744F
Black with #AD744F
Text Example
Text Example
White with #AD744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD744F; }
p { color: rgb(173,116,79); }
H1.HeaderClassName
{
color: #AD744F;
}
.AnyTagClassName
{
color: #AD744F;
}
</style>
background-color css
<style>
a { background-color: #AD744F; }
a { background-color: rgb(173,116,79); }
div.DivClassName
{
background-color: #AD744F;
}
.BgClassName
{
background-color: #AD744F;
}
</style>
border-color css
<style>
span { border-color: #AD744F; }
span { border-color: rgb(173,116,79); }
td.TdClassName
{
border-color: #AD744F;
}
.TagClassName
{
border-color: #AD744F;
}
</style>