Shades of Sante Fe #AD764D
Tints of Sante Fe #AD764D
RGB
CMYK
RGB Variations
Color information
#AD764D (or 0xAD764D) is known color: Sante Fe. HEX triplet: AD, 76 and 4D. RGB value is (173,118,77). Sum of RGB (Red+Green+Blue) = 173+118+77=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD764D is #5289B2. Grayscale: #818181. Windows color (decimal): -5409203 or 5076653. OLE color: 5076653.
HSL color Cylindrical-coordinate representation of color #AD764D: hue angle of 25.62º 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 #AD764D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 77 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.32 |
| HSL | 25.63º | 0.38% | 0.49% | - |
| HSV(B) | 25.63º | 0.55% | 0.68% | - |
| XYZ | 25.05 | 22.38 | 10.02 | - |
| YUV | 129.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 77 | 0 | 0.32 | 0.55 | 0.32 | 25.63 | 0.38 | 0.49 |
| Hex | AD | 76 | 4D | 0 | 20 | 37 | 20 | 1A | 26 | 31 |
| Octal | 255 | 166 | 115 | 0 | 40 | 67 | 40 | 32 | 46 | 61 |
| Binary | 10101101 | 1110110 | 1001101 | 0 | 100000 | 110111 | 100000 | 11010 | 100110 | 110001 |
Color Harmonies of #AD764D
Complementary color
Monochromatic Colors of #AD764D
Black with #AD764D
Text Example
Text Example
White with #AD764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD764D; }
p { color: rgb(173,118,77); }
H1.HeaderClassName
{
color: #AD764D;
}
.AnyTagClassName
{
color: #AD764D;
}
</style>
background-color css
<style>
a { background-color: #AD764D; }
a { background-color: rgb(173,118,77); }
div.DivClassName
{
background-color: #AD764D;
}
.BgClassName
{
background-color: #AD764D;
}
</style>
border-color css
<style>
span { border-color: #AD764D; }
span { border-color: rgb(173,118,77); }
td.TdClassName
{
border-color: #AD764D;
}
.TagClassName
{
border-color: #AD764D;
}
</style>