Shades of Sante Fe #AD664A
Tints of Sante Fe #AD664A
RGB
CMYK
RGB Variations
Color information
#AD664A (or 0xAD664A) is known color: Sante Fe. HEX triplet: AD, 66 and 4A. RGB value is (173,102,74). Sum of RGB (Red+Green+Blue) = 173+102+74=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD664A is #5299B5. Grayscale: #787878. Windows color (decimal): -5413302 or 4875949. OLE color: 4875949.
HSL color Cylindrical-coordinate representation of color #AD664A: hue angle of 16.97º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD664A is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 74 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.32 |
| HSL | 16.97º | 0.4% | 0.48% | - |
| HSV(B) | 16.97º | 0.57% | 0.68% | - |
| XYZ | 23.22 | 18.88 | 8.9 | - |
| YUV | 120.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 74 | 0 | 0.41 | 0.57 | 0.32 | 16.97 | 0.4 | 0.48 |
| Hex | AD | 66 | 4A | 0 | 29 | 39 | 20 | 11 | 28 | 30 |
| Octal | 255 | 146 | 112 | 0 | 51 | 71 | 40 | 21 | 50 | 60 |
| Binary | 10101101 | 1100110 | 1001010 | 0 | 101001 | 111001 | 100000 | 10001 | 101000 | 110000 |
Color Harmonies of #AD664A
Complementary color
Monochromatic Colors of #AD664A
Black with #AD664A
Text Example
Text Example
White with #AD664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD664A; }
p { color: rgb(173,102,74); }
H1.HeaderClassName
{
color: #AD664A;
}
.AnyTagClassName
{
color: #AD664A;
}
</style>
background-color css
<style>
a { background-color: #AD664A; }
a { background-color: rgb(173,102,74); }
div.DivClassName
{
background-color: #AD664A;
}
.BgClassName
{
background-color: #AD664A;
}
</style>
border-color css
<style>
span { border-color: #AD664A; }
span { border-color: rgb(173,102,74); }
td.TdClassName
{
border-color: #AD664A;
}
.TagClassName
{
border-color: #AD664A;
}
</style>