Shades of Sante Fe #AD7851
Tints of Sante Fe #AD7851
RGB
CMYK
RGB Variations
Color information
#AD7851 (or 0xAD7851) is known color: Sante Fe. HEX triplet: AD, 78 and 51. RGB value is (173,120,81). Sum of RGB (Red+Green+Blue) = 173+120+81=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7851 is #5287AE. Grayscale: #838383. Windows color (decimal): -5408687 or 5339309. OLE color: 5339309.
HSL color Cylindrical-coordinate representation of color #AD7851: hue angle of 25.43º 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 #AD7851 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 81 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.32 |
| HSL | 25.43º | 0.36% | 0.5% | - |
| HSV(B) | 25.43º | 0.53% | 0.68% | - |
| XYZ | 25.44 | 22.91 | 10.87 | - |
| YUV | 131.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 81 | 0 | 0.31 | 0.53 | 0.32 | 25.43 | 0.36 | 0.5 |
| Hex | AD | 78 | 51 | 0 | 1F | 35 | 20 | 19 | 24 | 32 |
| Octal | 255 | 170 | 121 | 0 | 37 | 65 | 40 | 31 | 44 | 62 |
| Binary | 10101101 | 1111000 | 1010001 | 0 | 11111 | 110101 | 100000 | 11001 | 100100 | 110010 |
Color Harmonies of #AD7851
Complementary color
Monochromatic Colors of #AD7851
Black with #AD7851
Text Example
Text Example
White with #AD7851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7851; }
p { color: rgb(173,120,81); }
H1.HeaderClassName
{
color: #AD7851;
}
.AnyTagClassName
{
color: #AD7851;
}
</style>
background-color css
<style>
a { background-color: #AD7851; }
a { background-color: rgb(173,120,81); }
div.DivClassName
{
background-color: #AD7851;
}
.BgClassName
{
background-color: #AD7851;
}
</style>
border-color css
<style>
span { border-color: #AD7851; }
span { border-color: rgb(173,120,81); }
td.TdClassName
{
border-color: #AD7851;
}
.TagClassName
{
border-color: #AD7851;
}
</style>