Shades of Sante Fe #AD704B
Tints of Sante Fe #AD704B
RGB
CMYK
RGB Variations
Color information
#AD704B (or 0xAD704B) is known color: Sante Fe. HEX triplet: AD, 70 and 4B. RGB value is (173,112,75). Sum of RGB (Red+Green+Blue) = 173+112+75=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD704B is #528FB4. Grayscale: #7E7E7E. Windows color (decimal): -5410741 or 4944045. OLE color: 4944045.
HSL color Cylindrical-coordinate representation of color #AD704B: hue angle of 22.65º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD704B is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 75 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.32 |
| HSL | 22.65º | 0.4% | 0.49% | - |
| HSV(B) | 22.65º | 0.57% | 0.68% | - |
| XYZ | 24.3 | 20.98 | 9.43 | - |
| YUV | 126.02 | 99.21 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 75 | 0 | 0.35 | 0.57 | 0.32 | 22.65 | 0.4 | 0.49 |
| Hex | AD | 70 | 4B | 0 | 23 | 39 | 20 | 17 | 28 | 31 |
| Octal | 255 | 160 | 113 | 0 | 43 | 71 | 40 | 27 | 50 | 61 |
| Binary | 10101101 | 1110000 | 1001011 | 0 | 100011 | 111001 | 100000 | 10111 | 101000 | 110001 |
Color Harmonies of #AD704B
Complementary color
Monochromatic Colors of #AD704B
Black with #AD704B
Text Example
Text Example
White with #AD704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD704B; }
p { color: rgb(173,112,75); }
H1.HeaderClassName
{
color: #AD704B;
}
.AnyTagClassName
{
color: #AD704B;
}
</style>
background-color css
<style>
a { background-color: #AD704B; }
a { background-color: rgb(173,112,75); }
div.DivClassName
{
background-color: #AD704B;
}
.BgClassName
{
background-color: #AD704B;
}
</style>
border-color css
<style>
span { border-color: #AD704B; }
span { border-color: rgb(173,112,75); }
td.TdClassName
{
border-color: #AD704B;
}
.TagClassName
{
border-color: #AD704B;
}
</style>