Shades of Sante Fe #AD7351
Tints of Sante Fe #AD7351
RGB
CMYK
RGB Variations
Color information
#AD7351 (or 0xAD7351) is known color: Sante Fe. HEX triplet: AD, 73 and 51. RGB value is (173,115,81). Sum of RGB (Red+Green+Blue) = 173+115+81=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7351 is #528CAE. Grayscale: #808080. Windows color (decimal): -5409967 or 5338029. OLE color: 5338029.
HSL color Cylindrical-coordinate representation of color #AD7351: hue angle of 22.17º 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 #AD7351 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 81 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.32 |
| HSL | 22.17º | 0.36% | 0.5% | - |
| HSV(B) | 22.17º | 0.53% | 0.68% | - |
| XYZ | 24.85 | 21.74 | 10.67 | - |
| YUV | 128.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 81 | 0 | 0.34 | 0.53 | 0.32 | 22.17 | 0.36 | 0.5 |
| Hex | AD | 73 | 51 | 0 | 22 | 35 | 20 | 16 | 24 | 32 |
| Octal | 255 | 163 | 121 | 0 | 42 | 65 | 40 | 26 | 44 | 62 |
| Binary | 10101101 | 1110011 | 1010001 | 0 | 100010 | 110101 | 100000 | 10110 | 100100 | 110010 |
Color Harmonies of #AD7351
Complementary color
Monochromatic Colors of #AD7351
Black with #AD7351
Text Example
Text Example
White with #AD7351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7351; }
p { color: rgb(173,115,81); }
H1.HeaderClassName
{
color: #AD7351;
}
.AnyTagClassName
{
color: #AD7351;
}
</style>
background-color css
<style>
a { background-color: #AD7351; }
a { background-color: rgb(173,115,81); }
div.DivClassName
{
background-color: #AD7351;
}
.BgClassName
{
background-color: #AD7351;
}
</style>
border-color css
<style>
span { border-color: #AD7351; }
span { border-color: rgb(173,115,81); }
td.TdClassName
{
border-color: #AD7351;
}
.TagClassName
{
border-color: #AD7351;
}
</style>