Shades of Sante Fe #AD724B
Tints of Sante Fe #AD724B
RGB
CMYK
RGB Variations
Color information
#AD724B (or 0xAD724B) is known color: Sante Fe. HEX triplet: AD, 72 and 4B. RGB value is (173,114,75). Sum of RGB (Red+Green+Blue) = 173+114+75=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD724B is #528DB4. Grayscale: #7F7F7F. Windows color (decimal): -5410229 or 4944557. OLE color: 4944557.
HSL color Cylindrical-coordinate representation of color #AD724B: hue angle of 23.88º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD724B is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 75 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.32 |
| HSL | 23.88º | 0.4% | 0.49% | - |
| HSV(B) | 23.88º | 0.57% | 0.68% | - |
| XYZ | 24.52 | 21.43 | 9.5 | - |
| YUV | 127.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 75 | 0 | 0.34 | 0.57 | 0.32 | 23.88 | 0.4 | 0.49 |
| Hex | AD | 72 | 4B | 0 | 22 | 39 | 20 | 18 | 28 | 31 |
| Octal | 255 | 162 | 113 | 0 | 42 | 71 | 40 | 30 | 50 | 61 |
| Binary | 10101101 | 1110010 | 1001011 | 0 | 100010 | 111001 | 100000 | 11000 | 101000 | 110001 |
Color Harmonies of #AD724B
Complementary color
Monochromatic Colors of #AD724B
Black with #AD724B
Text Example
Text Example
White with #AD724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD724B; }
p { color: rgb(173,114,75); }
H1.HeaderClassName
{
color: #AD724B;
}
.AnyTagClassName
{
color: #AD724B;
}
</style>
background-color css
<style>
a { background-color: #AD724B; }
a { background-color: rgb(173,114,75); }
div.DivClassName
{
background-color: #AD724B;
}
.BgClassName
{
background-color: #AD724B;
}
</style>
border-color css
<style>
span { border-color: #AD724B; }
span { border-color: rgb(173,114,75); }
td.TdClassName
{
border-color: #AD724B;
}
.TagClassName
{
border-color: #AD724B;
}
</style>