Shades of Sante Fe #AD6554
Tints of Sante Fe #AD6554
RGB
CMYK
RGB Variations
Color information
#AD6554 (or 0xAD6554) is known color: Sante Fe. HEX triplet: AD, 65 and 54. RGB value is (173,101,84). Sum of RGB (Red+Green+Blue) = 173+101+84=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6554 is #529AAB. Grayscale: #787878. Windows color (decimal): -5413548 or 5531053. OLE color: 5531053.
HSL color Cylindrical-coordinate representation of color #AD6554: hue angle of 11.46º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6554 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 84 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.32 |
| HSL | 11.46º | 0.35% | 0.5% | - |
| HSV(B) | 11.46º | 0.51% | 0.68% | - |
| XYZ | 23.49 | 18.83 | 10.78 | - |
| YUV | 120.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 84 | 0 | 0.42 | 0.51 | 0.32 | 11.46 | 0.35 | 0.5 |
| Hex | AD | 65 | 54 | 0 | 2A | 33 | 20 | B | 23 | 32 |
| Octal | 255 | 145 | 124 | 0 | 52 | 63 | 40 | 13 | 43 | 62 |
| Binary | 10101101 | 1100101 | 1010100 | 0 | 101010 | 110011 | 100000 | 1011 | 100011 | 110010 |
Color Harmonies of #AD6554
Complementary color
Monochromatic Colors of #AD6554
Black with #AD6554
Text Example
Text Example
White with #AD6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6554; }
p { color: rgb(173,101,84); }
H1.HeaderClassName
{
color: #AD6554;
}
.AnyTagClassName
{
color: #AD6554;
}
</style>
background-color css
<style>
a { background-color: #AD6554; }
a { background-color: rgb(173,101,84); }
div.DivClassName
{
background-color: #AD6554;
}
.BgClassName
{
background-color: #AD6554;
}
</style>
border-color css
<style>
span { border-color: #AD6554; }
span { border-color: rgb(173,101,84); }
td.TdClassName
{
border-color: #AD6554;
}
.TagClassName
{
border-color: #AD6554;
}
</style>