Shades of Sante Fe #AD704A
Tints of Sante Fe #AD704A
RGB
CMYK
RGB Variations
Color information
#AD704A (or 0xAD704A) is known color: Sante Fe. HEX triplet: AD, 70 and 4A. RGB value is (173,112,74). Sum of RGB (Red+Green+Blue) = 173+112+74=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD704A is #528FB5. Grayscale: #7E7E7E. Windows color (decimal): -5410742 or 4878509. OLE color: 4878509.
HSL color Cylindrical-coordinate representation of color #AD704A: hue angle of 23.03º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD704A is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 74 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.32 |
| HSL | 23.03º | 0.4% | 0.48% | - |
| HSV(B) | 23.03º | 0.57% | 0.68% | - |
| XYZ | 24.26 | 20.97 | 9.25 | - |
| YUV | 125.91 | 98.71 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 74 | 0 | 0.35 | 0.57 | 0.32 | 23.03 | 0.4 | 0.48 |
| Hex | AD | 70 | 4A | 0 | 23 | 39 | 20 | 17 | 28 | 30 |
| Octal | 255 | 160 | 112 | 0 | 43 | 71 | 40 | 27 | 50 | 60 |
| Binary | 10101101 | 1110000 | 1001010 | 0 | 100011 | 111001 | 100000 | 10111 | 101000 | 110000 |
Color Harmonies of #AD704A
Complementary color
Monochromatic Colors of #AD704A
Black with #AD704A
Text Example
Text Example
White with #AD704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD704A; }
p { color: rgb(173,112,74); }
H1.HeaderClassName
{
color: #AD704A;
}
.AnyTagClassName
{
color: #AD704A;
}
</style>
background-color css
<style>
a { background-color: #AD704A; }
a { background-color: rgb(173,112,74); }
div.DivClassName
{
background-color: #AD704A;
}
.BgClassName
{
background-color: #AD704A;
}
</style>
border-color css
<style>
span { border-color: #AD704A; }
span { border-color: rgb(173,112,74); }
td.TdClassName
{
border-color: #AD704A;
}
.TagClassName
{
border-color: #AD704A;
}
</style>