Shades of Sante Fe #AD754D
Tints of Sante Fe #AD754D
RGB
CMYK
RGB Variations
Color information
#AD754D (or 0xAD754D) is known color: Sante Fe. HEX triplet: AD, 75 and 4D. RGB value is (173,117,77). Sum of RGB (Red+Green+Blue) = 173+117+77=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD754D is #528AB2. Grayscale: #818181. Windows color (decimal): -5409459 or 5076397. OLE color: 5076397.
HSL color Cylindrical-coordinate representation of color #AD754D: hue angle of 25º 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 #AD754D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 77 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.32 |
| HSL | 25º | 0.38% | 0.49% | - |
| HSV(B) | 25º | 0.55% | 0.68% | - |
| XYZ | 24.93 | 22.14 | 9.98 | - |
| YUV | 129.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 77 | 0 | 0.32 | 0.55 | 0.32 | 25 | 0.38 | 0.49 |
| Hex | AD | 75 | 4D | 0 | 20 | 37 | 20 | 19 | 26 | 31 |
| Octal | 255 | 165 | 115 | 0 | 40 | 67 | 40 | 31 | 46 | 61 |
| Binary | 10101101 | 1110101 | 1001101 | 0 | 100000 | 110111 | 100000 | 11001 | 100110 | 110001 |
Color Harmonies of #AD754D
Complementary color
Monochromatic Colors of #AD754D
Black with #AD754D
Text Example
Text Example
White with #AD754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD754D; }
p { color: rgb(173,117,77); }
H1.HeaderClassName
{
color: #AD754D;
}
.AnyTagClassName
{
color: #AD754D;
}
</style>
background-color css
<style>
a { background-color: #AD754D; }
a { background-color: rgb(173,117,77); }
div.DivClassName
{
background-color: #AD754D;
}
.BgClassName
{
background-color: #AD754D;
}
</style>
border-color css
<style>
span { border-color: #AD754D; }
span { border-color: rgb(173,117,77); }
td.TdClassName
{
border-color: #AD754D;
}
.TagClassName
{
border-color: #AD754D;
}
</style>