Shades of Sante Fe #AD725B
Tints of Sante Fe #AD725B
RGB
CMYK
RGB Variations
Color information
#AD725B (or 0xAD725B) is known color: Sante Fe. HEX triplet: AD, 72 and 5B. RGB value is (173,114,91). Sum of RGB (Red+Green+Blue) = 173+114+91=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD725B is #528DA4. Grayscale: #818181. Windows color (decimal): -5410213 or 5993133. OLE color: 5993133.
HSL color Cylindrical-coordinate representation of color #AD725B: hue angle of 16.83º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD725B is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 91 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.32 |
| HSL | 16.83º | 0.33% | 0.52% | - |
| HSV(B) | 16.83º | 0.47% | 0.68% | - |
| XYZ | 25.14 | 21.67 | 12.76 | - |
| YUV | 129.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 91 | 0 | 0.34 | 0.47 | 0.32 | 16.83 | 0.33 | 0.52 |
| Hex | AD | 72 | 5B | 0 | 22 | 2F | 20 | 11 | 21 | 34 |
| Octal | 255 | 162 | 133 | 0 | 42 | 57 | 40 | 21 | 41 | 64 |
| Binary | 10101101 | 1110010 | 1011011 | 0 | 100010 | 101111 | 100000 | 10001 | 100001 | 110100 |
Color Harmonies of #AD725B
Complementary color
Monochromatic Colors of #AD725B
Black with #AD725B
Text Example
Text Example
White with #AD725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD725B; }
p { color: rgb(173,114,91); }
H1.HeaderClassName
{
color: #AD725B;
}
.AnyTagClassName
{
color: #AD725B;
}
</style>
background-color css
<style>
a { background-color: #AD725B; }
a { background-color: rgb(173,114,91); }
div.DivClassName
{
background-color: #AD725B;
}
.BgClassName
{
background-color: #AD725B;
}
</style>
border-color css
<style>
span { border-color: #AD725B; }
span { border-color: rgb(173,114,91); }
td.TdClassName
{
border-color: #AD725B;
}
.TagClassName
{
border-color: #AD725B;
}
</style>