Shades of Tapestry #AD628B
Tints of Tapestry #AD628B
RGB
CMYK
RGB Variations
Color information
#AD628B (or 0xAD628B) is known color: Tapestry. HEX triplet: AD, 62 and 8B. RGB value is (173,98,139). Sum of RGB (Red+Green+Blue) = 173+98+139=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD628B is #529D74. Grayscale: #7D7D7D. Windows color (decimal): -5414261 or 9134765. OLE color: 9134765.
HSL color Cylindrical-coordinate representation of color #AD628B: hue angle of 327.2º 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 #AD628B is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 139 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.32 |
| HSL | 327.2º | 0.31% | 0.53% | - |
| HSV(B) | 327.2º | 0.43% | 0.68% | - |
| XYZ | 26.26 | 19.48 | 26.8 | - |
| YUV | 125.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 139 | 0 | 0.43 | 0.20 | 0.32 | 327.2 | 0.31 | 0.53 |
| Hex | AD | 62 | 8B | 0 | 2B | 14 | 20 | 147 | 1F | 35 |
| Octal | 255 | 142 | 213 | 0 | 53 | 24 | 40 | 507 | 37 | 65 |
| Binary | 10101101 | 1100010 | 10001011 | 0 | 101011 | 10100 | 100000 | 101000111 | 11111 | 110101 |
Color Harmonies of #AD628B
Complementary color
Monochromatic Colors of #AD628B
Black with #AD628B
Text Example
Text Example
White with #AD628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD628B; }
p { color: rgb(173,98,139); }
H1.HeaderClassName
{
color: #AD628B;
}
.AnyTagClassName
{
color: #AD628B;
}
</style>
background-color css
<style>
a { background-color: #AD628B; }
a { background-color: rgb(173,98,139); }
div.DivClassName
{
background-color: #AD628B;
}
.BgClassName
{
background-color: #AD628B;
}
</style>
border-color css
<style>
span { border-color: #AD628B; }
span { border-color: rgb(173,98,139); }
td.TdClassName
{
border-color: #AD628B;
}
.TagClassName
{
border-color: #AD628B;
}
</style>