Shades of Tapestry #AD637C
Tints of Tapestry #AD637C
RGB
CMYK
RGB Variations
Color information
#AD637C (or 0xAD637C) is known color: Tapestry. HEX triplet: AD, 63 and 7C. RGB value is (173,99,124). Sum of RGB (Red+Green+Blue) = 173+99+124=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD637C is #529C83. Grayscale: #7B7B7B. Windows color (decimal): -5414020 or 8151981. OLE color: 8151981.
HSL color Cylindrical-coordinate representation of color #AD637C: hue angle of 339.73º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD637C is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 124 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.32 |
| HSL | 339.73º | 0.31% | 0.53% | - |
| HSV(B) | 339.73º | 0.43% | 0.68% | - |
| XYZ | 25.33 | 19.26 | 21.45 | - |
| YUV | 123.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 124 | 0 | 0.43 | 0.28 | 0.32 | 339.73 | 0.31 | 0.53 |
| Hex | AD | 63 | 7C | 0 | 2B | 1C | 20 | 154 | 1F | 35 |
| Octal | 255 | 143 | 174 | 0 | 53 | 34 | 40 | 524 | 37 | 65 |
| Binary | 10101101 | 1100011 | 1111100 | 0 | 101011 | 11100 | 100000 | 101010100 | 11111 | 110101 |
Color Harmonies of #AD637C
Complementary color
Monochromatic Colors of #AD637C
Black with #AD637C
Text Example
Text Example
White with #AD637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD637C; }
p { color: rgb(173,99,124); }
H1.HeaderClassName
{
color: #AD637C;
}
.AnyTagClassName
{
color: #AD637C;
}
</style>
background-color css
<style>
a { background-color: #AD637C; }
a { background-color: rgb(173,99,124); }
div.DivClassName
{
background-color: #AD637C;
}
.BgClassName
{
background-color: #AD637C;
}
</style>
border-color css
<style>
span { border-color: #AD637C; }
span { border-color: rgb(173,99,124); }
td.TdClassName
{
border-color: #AD637C;
}
.TagClassName
{
border-color: #AD637C;
}
</style>