Shades of Sante Fe #AD724C
Tints of Sante Fe #AD724C
RGB
CMYK
RGB Variations
Color information
#AD724C (or 0xAD724C) is known color: Sante Fe. HEX triplet: AD, 72 and 4C. RGB value is (173,114,76). Sum of RGB (Red+Green+Blue) = 173+114+76=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD724C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD724C is #528DB3. Grayscale: #7F7F7F. Windows color (decimal): -5410228 or 5010093. OLE color: 5010093.
HSL color Cylindrical-coordinate representation of color #AD724C: hue angle of 23.51º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD724C is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 76 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.32 |
| HSL | 23.51º | 0.39% | 0.49% | - |
| HSV(B) | 23.51º | 0.56% | 0.68% | - |
| XYZ | 24.56 | 21.44 | 9.68 | - |
| YUV | 127.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 76 | 0 | 0.34 | 0.56 | 0.32 | 23.51 | 0.39 | 0.49 |
| Hex | AD | 72 | 4C | 0 | 22 | 38 | 20 | 18 | 27 | 31 |
| Octal | 255 | 162 | 114 | 0 | 42 | 70 | 40 | 30 | 47 | 61 |
| Binary | 10101101 | 1110010 | 1001100 | 0 | 100010 | 111000 | 100000 | 11000 | 100111 | 110001 |
Color Harmonies of #AD724C
Complementary color
Monochromatic Colors of #AD724C
Black with #AD724C
Text Example
Text Example
White with #AD724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD724C; }
p { color: rgb(173,114,76); }
H1.HeaderClassName
{
color: #AD724C;
}
.AnyTagClassName
{
color: #AD724C;
}
</style>
background-color css
<style>
a { background-color: #AD724C; }
a { background-color: rgb(173,114,76); }
div.DivClassName
{
background-color: #AD724C;
}
.BgClassName
{
background-color: #AD724C;
}
</style>
border-color css
<style>
span { border-color: #AD724C; }
span { border-color: rgb(173,114,76); }
td.TdClassName
{
border-color: #AD724C;
}
.TagClassName
{
border-color: #AD724C;
}
</style>