Shades of Sante Fe #AD764E
Tints of Sante Fe #AD764E
RGB
CMYK
RGB Variations
Color information
#AD764E (or 0xAD764E) is known color: Sante Fe. HEX triplet: AD, 76 and 4E. RGB value is (173,118,78). Sum of RGB (Red+Green+Blue) = 173+118+78=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD764E is #5289B1. Grayscale: #828282. Windows color (decimal): -5409202 or 5142189. OLE color: 5142189.
HSL color Cylindrical-coordinate representation of color #AD764E: hue angle of 25.26º 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 #AD764E is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 78 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.32 |
| HSL | 25.26º | 0.38% | 0.49% | - |
| HSV(B) | 25.26º | 0.55% | 0.68% | - |
| XYZ | 25.09 | 22.39 | 10.21 | - |
| YUV | 129.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 78 | 0 | 0.32 | 0.55 | 0.32 | 25.26 | 0.38 | 0.49 |
| Hex | AD | 76 | 4E | 0 | 20 | 37 | 20 | 19 | 26 | 31 |
| Octal | 255 | 166 | 116 | 0 | 40 | 67 | 40 | 31 | 46 | 61 |
| Binary | 10101101 | 1110110 | 1001110 | 0 | 100000 | 110111 | 100000 | 11001 | 100110 | 110001 |
Color Harmonies of #AD764E
Complementary color
Monochromatic Colors of #AD764E
Black with #AD764E
Text Example
Text Example
White with #AD764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD764E; }
p { color: rgb(173,118,78); }
H1.HeaderClassName
{
color: #AD764E;
}
.AnyTagClassName
{
color: #AD764E;
}
</style>
background-color css
<style>
a { background-color: #AD764E; }
a { background-color: rgb(173,118,78); }
div.DivClassName
{
background-color: #AD764E;
}
.BgClassName
{
background-color: #AD764E;
}
</style>
border-color css
<style>
span { border-color: #AD764E; }
span { border-color: rgb(173,118,78); }
td.TdClassName
{
border-color: #AD764E;
}
.TagClassName
{
border-color: #AD764E;
}
</style>