Shades of Sante Fe #AD654F
Tints of Sante Fe #AD654F
RGB
CMYK
RGB Variations
Color information
#AD654F (or 0xAD654F) is known color: Sante Fe. HEX triplet: AD, 65 and 4F. RGB value is (173,101,79). Sum of RGB (Red+Green+Blue) = 173+101+79=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD654F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD654F is #529AB0. Grayscale: #787878. Windows color (decimal): -5413553 or 5203373. OLE color: 5203373.
HSL color Cylindrical-coordinate representation of color #AD654F: hue angle of 14.04º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD654F is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 79 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.32 |
| HSL | 14.04º | 0.37% | 0.49% | - |
| HSV(B) | 14.04º | 0.54% | 0.68% | - |
| XYZ | 23.3 | 18.76 | 9.79 | - |
| YUV | 120.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 79 | 0 | 0.42 | 0.54 | 0.32 | 14.04 | 0.37 | 0.49 |
| Hex | AD | 65 | 4F | 0 | 2A | 36 | 20 | E | 25 | 31 |
| Octal | 255 | 145 | 117 | 0 | 52 | 66 | 40 | 16 | 45 | 61 |
| Binary | 10101101 | 1100101 | 1001111 | 0 | 101010 | 110110 | 100000 | 1110 | 100101 | 110001 |
Color Harmonies of #AD654F
Complementary color
Monochromatic Colors of #AD654F
Black with #AD654F
Text Example
Text Example
White with #AD654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD654F; }
p { color: rgb(173,101,79); }
H1.HeaderClassName
{
color: #AD654F;
}
.AnyTagClassName
{
color: #AD654F;
}
</style>
background-color css
<style>
a { background-color: #AD654F; }
a { background-color: rgb(173,101,79); }
div.DivClassName
{
background-color: #AD654F;
}
.BgClassName
{
background-color: #AD654F;
}
</style>
border-color css
<style>
span { border-color: #AD654F; }
span { border-color: rgb(173,101,79); }
td.TdClassName
{
border-color: #AD654F;
}
.TagClassName
{
border-color: #AD654F;
}
</style>