Shades of Sante Fe #AD6753
Tints of Sante Fe #AD6753
RGB
CMYK
RGB Variations
Color information
#AD6753 (or 0xAD6753) is known color: Sante Fe. HEX triplet: AD, 67 and 53. RGB value is (173,103,83). Sum of RGB (Red+Green+Blue) = 173+103+83=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6753 is #5298AC. Grayscale: #797979. Windows color (decimal): -5413037 or 5466029. OLE color: 5466029.
HSL color Cylindrical-coordinate representation of color #AD6753: hue angle of 13.33º 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 #AD6753 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 83 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.32 |
| HSL | 13.33º | 0.35% | 0.5% | - |
| HSV(B) | 13.33º | 0.52% | 0.68% | - |
| XYZ | 23.65 | 19.21 | 10.65 | - |
| YUV | 121.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 83 | 0 | 0.40 | 0.52 | 0.32 | 13.33 | 0.35 | 0.5 |
| Hex | AD | 67 | 53 | 0 | 28 | 34 | 20 | D | 23 | 32 |
| Octal | 255 | 147 | 123 | 0 | 50 | 64 | 40 | 15 | 43 | 62 |
| Binary | 10101101 | 1100111 | 1010011 | 0 | 101000 | 110100 | 100000 | 1101 | 100011 | 110010 |
Color Harmonies of #AD6753
Complementary color
Monochromatic Colors of #AD6753
Black with #AD6753
Text Example
Text Example
White with #AD6753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6753; }
p { color: rgb(173,103,83); }
H1.HeaderClassName
{
color: #AD6753;
}
.AnyTagClassName
{
color: #AD6753;
}
</style>
background-color css
<style>
a { background-color: #AD6753; }
a { background-color: rgb(173,103,83); }
div.DivClassName
{
background-color: #AD6753;
}
.BgClassName
{
background-color: #AD6753;
}
</style>
border-color css
<style>
span { border-color: #AD6753; }
span { border-color: rgb(173,103,83); }
td.TdClassName
{
border-color: #AD6753;
}
.TagClassName
{
border-color: #AD6753;
}
</style>