Shades of Sante Fe #AD724E
Tints of Sante Fe #AD724E
RGB
CMYK
RGB Variations
Color information
#AD724E (or 0xAD724E) is known color: Sante Fe. HEX triplet: AD, 72 and 4E. RGB value is (173,114,78). Sum of RGB (Red+Green+Blue) = 173+114+78=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD724E is #528DB1. Grayscale: #7F7F7F. Windows color (decimal): -5410226 or 5141165. OLE color: 5141165.
HSL color Cylindrical-coordinate representation of color #AD724E: hue angle of 22.74º 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 #AD724E is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 78 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.32 |
| HSL | 22.74º | 0.38% | 0.49% | - |
| HSV(B) | 22.74º | 0.55% | 0.68% | - |
| XYZ | 24.63 | 21.47 | 10.05 | - |
| YUV | 127.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 78 | 0 | 0.34 | 0.55 | 0.32 | 22.74 | 0.38 | 0.49 |
| Hex | AD | 72 | 4E | 0 | 22 | 37 | 20 | 17 | 26 | 31 |
| Octal | 255 | 162 | 116 | 0 | 42 | 67 | 40 | 27 | 46 | 61 |
| Binary | 10101101 | 1110010 | 1001110 | 0 | 100010 | 110111 | 100000 | 10111 | 100110 | 110001 |
Color Harmonies of #AD724E
Complementary color
Monochromatic Colors of #AD724E
Black with #AD724E
Text Example
Text Example
White with #AD724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD724E; }
p { color: rgb(173,114,78); }
H1.HeaderClassName
{
color: #AD724E;
}
.AnyTagClassName
{
color: #AD724E;
}
</style>
background-color css
<style>
a { background-color: #AD724E; }
a { background-color: rgb(173,114,78); }
div.DivClassName
{
background-color: #AD724E;
}
.BgClassName
{
background-color: #AD724E;
}
</style>
border-color css
<style>
span { border-color: #AD724E; }
span { border-color: rgb(173,114,78); }
td.TdClassName
{
border-color: #AD724E;
}
.TagClassName
{
border-color: #AD724E;
}
</style>