Shades of Sante Fe #AD7654
Tints of Sante Fe #AD7654
RGB
CMYK
RGB Variations
Color information
#AD7654 (or 0xAD7654) is known color: Sante Fe. HEX triplet: AD, 76 and 54. RGB value is (173,118,84). Sum of RGB (Red+Green+Blue) = 173+118+84=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7654 is #5289AB. Grayscale: #828282. Windows color (decimal): -5409196 or 5535405. OLE color: 5535405.
HSL color Cylindrical-coordinate representation of color #AD7654: hue angle of 22.92º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD7654 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 84 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.32 |
| HSL | 22.92º | 0.35% | 0.5% | - |
| HSV(B) | 22.92º | 0.51% | 0.68% | - |
| XYZ | 25.31 | 22.48 | 11.39 | - |
| YUV | 130.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 84 | 0 | 0.32 | 0.51 | 0.32 | 22.92 | 0.35 | 0.5 |
| Hex | AD | 76 | 54 | 0 | 20 | 33 | 20 | 17 | 23 | 32 |
| Octal | 255 | 166 | 124 | 0 | 40 | 63 | 40 | 27 | 43 | 62 |
| Binary | 10101101 | 1110110 | 1010100 | 0 | 100000 | 110011 | 100000 | 10111 | 100011 | 110010 |
Color Harmonies of #AD7654
Complementary color
Monochromatic Colors of #AD7654
Black with #AD7654
Text Example
Text Example
White with #AD7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7654; }
p { color: rgb(173,118,84); }
H1.HeaderClassName
{
color: #AD7654;
}
.AnyTagClassName
{
color: #AD7654;
}
</style>
background-color css
<style>
a { background-color: #AD7654; }
a { background-color: rgb(173,118,84); }
div.DivClassName
{
background-color: #AD7654;
}
.BgClassName
{
background-color: #AD7654;
}
</style>
border-color css
<style>
span { border-color: #AD7654; }
span { border-color: rgb(173,118,84); }
td.TdClassName
{
border-color: #AD7654;
}
.TagClassName
{
border-color: #AD7654;
}
</style>