Shades of Tapestry #AD7E8F
Tints of Tapestry #AD7E8F
RGB
CMYK
RGB Variations
Color information
#AD7E8F (or 0xAD7E8F) is known color: Tapestry. HEX triplet: AD, 7E and 8F. RGB value is (173,126,143). Sum of RGB (Red+Green+Blue) = 173+126+143=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E8F is #528170. Grayscale: #8D8D8D. Windows color (decimal): -5407089 or 9404077. OLE color: 9404077.
HSL color Cylindrical-coordinate representation of color #AD7E8F: hue angle of 338.3º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7E8F is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 143 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.32 |
| HSL | 338.3º | 0.22% | 0.59% | - |
| HSV(B) | 338.3º | 0.27% | 0.68% | - |
| XYZ | 29.65 | 25.79 | 29.4 | - |
| YUV | 141.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 143 | 0 | 0.27 | 0.17 | 0.32 | 338.3 | 0.22 | 0.59 |
| Hex | AD | 7E | 8F | 0 | 1B | 11 | 20 | 152 | 16 | 3B |
| Octal | 255 | 176 | 217 | 0 | 33 | 21 | 40 | 522 | 26 | 73 |
| Binary | 10101101 | 1111110 | 10001111 | 0 | 11011 | 10001 | 100000 | 101010010 | 10110 | 111011 |
Color Harmonies of #AD7E8F
Complementary color
Monochromatic Colors of #AD7E8F
Black with #AD7E8F
Text Example
Text Example
White with #AD7E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E8F; }
p { color: rgb(173,126,143); }
H1.HeaderClassName
{
color: #AD7E8F;
}
.AnyTagClassName
{
color: #AD7E8F;
}
</style>
background-color css
<style>
a { background-color: #AD7E8F; }
a { background-color: rgb(173,126,143); }
div.DivClassName
{
background-color: #AD7E8F;
}
.BgClassName
{
background-color: #AD7E8F;
}
</style>
border-color css
<style>
span { border-color: #AD7E8F; }
span { border-color: rgb(173,126,143); }
td.TdClassName
{
border-color: #AD7E8F;
}
.TagClassName
{
border-color: #AD7E8F;
}
</style>