Shades of Sante Fe #AD654E
Tints of Sante Fe #AD654E
RGB
CMYK
RGB Variations
Color information
#AD654E (or 0xAD654E) is known color: Sante Fe. HEX triplet: AD, 65 and 4E. RGB value is (173,101,78). Sum of RGB (Red+Green+Blue) = 173+101+78=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD654E is #529AB1. Grayscale: #787878. Windows color (decimal): -5413554 or 5137837. OLE color: 5137837.
HSL color Cylindrical-coordinate representation of color #AD654E: hue angle of 14.53º 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 #AD654E is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 78 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.32 |
| HSL | 14.53º | 0.38% | 0.49% | - |
| HSV(B) | 14.53º | 0.55% | 0.68% | - |
| XYZ | 23.26 | 18.74 | 9.6 | - |
| YUV | 119.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 78 | 0 | 0.42 | 0.55 | 0.32 | 14.53 | 0.38 | 0.49 |
| Hex | AD | 65 | 4E | 0 | 2A | 37 | 20 | F | 26 | 31 |
| Octal | 255 | 145 | 116 | 0 | 52 | 67 | 40 | 17 | 46 | 61 |
| Binary | 10101101 | 1100101 | 1001110 | 0 | 101010 | 110111 | 100000 | 1111 | 100110 | 110001 |
Color Harmonies of #AD654E
Complementary color
Monochromatic Colors of #AD654E
Black with #AD654E
Text Example
Text Example
White with #AD654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD654E; }
p { color: rgb(173,101,78); }
H1.HeaderClassName
{
color: #AD654E;
}
.AnyTagClassName
{
color: #AD654E;
}
</style>
background-color css
<style>
a { background-color: #AD654E; }
a { background-color: rgb(173,101,78); }
div.DivClassName
{
background-color: #AD654E;
}
.BgClassName
{
background-color: #AD654E;
}
</style>
border-color css
<style>
span { border-color: #AD654E; }
span { border-color: rgb(173,101,78); }
td.TdClassName
{
border-color: #AD654E;
}
.TagClassName
{
border-color: #AD654E;
}
</style>