Shades of Sante Fe #AD6552
Tints of Sante Fe #AD6552
RGB
CMYK
RGB Variations
Color information
#AD6552 (or 0xAD6552) is known color: Sante Fe. HEX triplet: AD, 65 and 52. RGB value is (173,101,82). Sum of RGB (Red+Green+Blue) = 173+101+82=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6552 is #529AAD. Grayscale: #787878. Windows color (decimal): -5413550 or 5399981. OLE color: 5399981.
HSL color Cylindrical-coordinate representation of color #AD6552: hue angle of 12.53º 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 #AD6552 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 82 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.32 |
| HSL | 12.53º | 0.36% | 0.5% | - |
| HSV(B) | 12.53º | 0.53% | 0.68% | - |
| XYZ | 23.41 | 18.8 | 10.38 | - |
| YUV | 120.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 82 | 0 | 0.42 | 0.53 | 0.32 | 12.53 | 0.36 | 0.5 |
| Hex | AD | 65 | 52 | 0 | 2A | 35 | 20 | D | 24 | 32 |
| Octal | 255 | 145 | 122 | 0 | 52 | 65 | 40 | 15 | 44 | 62 |
| Binary | 10101101 | 1100101 | 1010010 | 0 | 101010 | 110101 | 100000 | 1101 | 100100 | 110010 |
Color Harmonies of #AD6552
Complementary color
Monochromatic Colors of #AD6552
Black with #AD6552
Text Example
Text Example
White with #AD6552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6552; }
p { color: rgb(173,101,82); }
H1.HeaderClassName
{
color: #AD6552;
}
.AnyTagClassName
{
color: #AD6552;
}
</style>
background-color css
<style>
a { background-color: #AD6552; }
a { background-color: rgb(173,101,82); }
div.DivClassName
{
background-color: #AD6552;
}
.BgClassName
{
background-color: #AD6552;
}
</style>
border-color css
<style>
span { border-color: #AD6552; }
span { border-color: rgb(173,101,82); }
td.TdClassName
{
border-color: #AD6552;
}
.TagClassName
{
border-color: #AD6552;
}
</style>