Shades of Tapestry #AD618A
Tints of Tapestry #AD618A
RGB
CMYK
RGB Variations
Color information
#AD618A (or 0xAD618A) is known color: Tapestry. HEX triplet: AD, 61 and 8A. RGB value is (173,97,138). Sum of RGB (Red+Green+Blue) = 173+97+138=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD618A is #529E75. Grayscale: #7C7C7C. Windows color (decimal): -5414518 or 9068973. OLE color: 9068973.
HSL color Cylindrical-coordinate representation of color #AD618A: hue angle of 327.63º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD618A is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 138 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.32 |
| HSL | 327.63º | 0.32% | 0.53% | - |
| HSV(B) | 327.63º | 0.44% | 0.68% | - |
| XYZ | 26.1 | 19.27 | 26.39 | - |
| YUV | 124.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 138 | 0 | 0.44 | 0.20 | 0.32 | 327.63 | 0.32 | 0.53 |
| Hex | AD | 61 | 8A | 0 | 2C | 14 | 20 | 148 | 20 | 35 |
| Octal | 255 | 141 | 212 | 0 | 54 | 24 | 40 | 510 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10001010 | 0 | 101100 | 10100 | 100000 | 101001000 | 100000 | 110101 |
Color Harmonies of #AD618A
Complementary color
Monochromatic Colors of #AD618A
Black with #AD618A
Text Example
Text Example
White with #AD618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD618A; }
p { color: rgb(173,97,138); }
H1.HeaderClassName
{
color: #AD618A;
}
.AnyTagClassName
{
color: #AD618A;
}
</style>
background-color css
<style>
a { background-color: #AD618A; }
a { background-color: rgb(173,97,138); }
div.DivClassName
{
background-color: #AD618A;
}
.BgClassName
{
background-color: #AD618A;
}
</style>
border-color css
<style>
span { border-color: #AD618A; }
span { border-color: rgb(173,97,138); }
td.TdClassName
{
border-color: #AD618A;
}
.TagClassName
{
border-color: #AD618A;
}
</style>