Shades of Sante Fe #AD7452
Tints of Sante Fe #AD7452
RGB
CMYK
RGB Variations
Color information
#AD7452 (or 0xAD7452) is known color: Sante Fe. HEX triplet: AD, 74 and 52. RGB value is (173,116,82). Sum of RGB (Red+Green+Blue) = 173+116+82=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7452 is #528BAD. Grayscale: #818181. Windows color (decimal): -5409710 or 5403821. OLE color: 5403821.
HSL color Cylindrical-coordinate representation of color #AD7452: hue angle of 22.42º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD7452 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 82 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.32 |
| HSL | 22.42º | 0.36% | 0.5% | - |
| HSV(B) | 22.42º | 0.53% | 0.68% | - |
| XYZ | 25 | 21.98 | 10.91 | - |
| YUV | 129.17 | 101.38 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 82 | 0 | 0.33 | 0.53 | 0.32 | 22.42 | 0.36 | 0.5 |
| Hex | AD | 74 | 52 | 0 | 21 | 35 | 20 | 16 | 24 | 32 |
| Octal | 255 | 164 | 122 | 0 | 41 | 65 | 40 | 26 | 44 | 62 |
| Binary | 10101101 | 1110100 | 1010010 | 0 | 100001 | 110101 | 100000 | 10110 | 100100 | 110010 |
Color Harmonies of #AD7452
Complementary color
Monochromatic Colors of #AD7452
Black with #AD7452
Text Example
Text Example
White with #AD7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7452; }
p { color: rgb(173,116,82); }
H1.HeaderClassName
{
color: #AD7452;
}
.AnyTagClassName
{
color: #AD7452;
}
</style>
background-color css
<style>
a { background-color: #AD7452; }
a { background-color: rgb(173,116,82); }
div.DivClassName
{
background-color: #AD7452;
}
.BgClassName
{
background-color: #AD7452;
}
</style>
border-color css
<style>
span { border-color: #AD7452; }
span { border-color: rgb(173,116,82); }
td.TdClassName
{
border-color: #AD7452;
}
.TagClassName
{
border-color: #AD7452;
}
</style>