Shades of Sante Fe #AD7456
Tints of Sante Fe #AD7456
RGB
CMYK
RGB Variations
Color information
#AD7456 (or 0xAD7456) is known color: Sante Fe. HEX triplet: AD, 74 and 56. RGB value is (173,116,86). Sum of RGB (Red+Green+Blue) = 173+116+86=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7456 is #528BA9. Grayscale: #818181. Windows color (decimal): -5409706 or 5665965. OLE color: 5665965.
HSL color Cylindrical-coordinate representation of color #AD7456: hue angle of 20.69º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7456 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 86 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.32 |
| HSL | 20.69º | 0.35% | 0.51% | - |
| HSV(B) | 20.69º | 0.5% | 0.68% | - |
| XYZ | 25.16 | 22.05 | 11.73 | - |
| YUV | 129.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 86 | 0 | 0.33 | 0.50 | 0.32 | 20.69 | 0.35 | 0.51 |
| Hex | AD | 74 | 56 | 0 | 21 | 32 | 20 | 15 | 23 | 33 |
| Octal | 255 | 164 | 126 | 0 | 41 | 62 | 40 | 25 | 43 | 63 |
| Binary | 10101101 | 1110100 | 1010110 | 0 | 100001 | 110010 | 100000 | 10101 | 100011 | 110011 |
Color Harmonies of #AD7456
Complementary color
Monochromatic Colors of #AD7456
Black with #AD7456
Text Example
Text Example
White with #AD7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7456; }
p { color: rgb(173,116,86); }
H1.HeaderClassName
{
color: #AD7456;
}
.AnyTagClassName
{
color: #AD7456;
}
</style>
background-color css
<style>
a { background-color: #AD7456; }
a { background-color: rgb(173,116,86); }
div.DivClassName
{
background-color: #AD7456;
}
.BgClassName
{
background-color: #AD7456;
}
</style>
border-color css
<style>
span { border-color: #AD7456; }
span { border-color: rgb(173,116,86); }
td.TdClassName
{
border-color: #AD7456;
}
.TagClassName
{
border-color: #AD7456;
}
</style>