Shades of Sante Fe #AD6353
Tints of Sante Fe #AD6353
RGB
CMYK
RGB Variations
Color information
#AD6353 (or 0xAD6353) is known color: Sante Fe. HEX triplet: AD, 63 and 53. RGB value is (173,99,83). Sum of RGB (Red+Green+Blue) = 173+99+83=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6353 is #529CAC. Grayscale: #777777. Windows color (decimal): -5414061 or 5465005. OLE color: 5465005.
HSL color Cylindrical-coordinate representation of color #AD6353: hue angle of 10.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD6353 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 83 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.32 |
| HSL | 10.67º | 0.35% | 0.5% | - |
| HSV(B) | 10.67º | 0.52% | 0.68% | - |
| XYZ | 23.26 | 18.43 | 10.52 | - |
| YUV | 119.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 83 | 0 | 0.43 | 0.52 | 0.32 | 10.67 | 0.35 | 0.5 |
| Hex | AD | 63 | 53 | 0 | 2B | 34 | 20 | B | 23 | 32 |
| Octal | 255 | 143 | 123 | 0 | 53 | 64 | 40 | 13 | 43 | 62 |
| Binary | 10101101 | 1100011 | 1010011 | 0 | 101011 | 110100 | 100000 | 1011 | 100011 | 110010 |
Color Harmonies of #AD6353
Complementary color
Monochromatic Colors of #AD6353
Black with #AD6353
Text Example
Text Example
White with #AD6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6353; }
p { color: rgb(173,99,83); }
H1.HeaderClassName
{
color: #AD6353;
}
.AnyTagClassName
{
color: #AD6353;
}
</style>
background-color css
<style>
a { background-color: #AD6353; }
a { background-color: rgb(173,99,83); }
div.DivClassName
{
background-color: #AD6353;
}
.BgClassName
{
background-color: #AD6353;
}
</style>
border-color css
<style>
span { border-color: #AD6353; }
span { border-color: rgb(173,99,83); }
td.TdClassName
{
border-color: #AD6353;
}
.TagClassName
{
border-color: #AD6353;
}
</style>