Shades of Tapestry #AD828E
Tints of Tapestry #AD828E
RGB
CMYK
RGB Variations
Color information
#AD828E (or 0xAD828E) is known color: Tapestry. HEX triplet: AD, 82 and 8E. RGB value is (173,130,142). Sum of RGB (Red+Green+Blue) = 173+130+142=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD828E is #527D71. Grayscale: #909090. Windows color (decimal): -5406066 or 9339565. OLE color: 9339565.
HSL color Cylindrical-coordinate representation of color #AD828E: hue angle of 343.26º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD828E is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 142 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.32 |
| HSL | 343.26º | 0.21% | 0.59% | - |
| HSV(B) | 343.26º | 0.25% | 0.68% | - |
| XYZ | 30.1 | 26.8 | 29.18 | - |
| YUV | 144.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 142 | 0 | 0.25 | 0.18 | 0.32 | 343.26 | 0.21 | 0.59 |
| Hex | AD | 82 | 8E | 0 | 19 | 12 | 20 | 157 | 15 | 3B |
| Octal | 255 | 202 | 216 | 0 | 31 | 22 | 40 | 527 | 25 | 73 |
| Binary | 10101101 | 10000010 | 10001110 | 0 | 11001 | 10010 | 100000 | 101010111 | 10101 | 111011 |
Color Harmonies of #AD828E
Complementary color
Monochromatic Colors of #AD828E
Black with #AD828E
Text Example
Text Example
White with #AD828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD828E; }
p { color: rgb(173,130,142); }
H1.HeaderClassName
{
color: #AD828E;
}
.AnyTagClassName
{
color: #AD828E;
}
</style>
background-color css
<style>
a { background-color: #AD828E; }
a { background-color: rgb(173,130,142); }
div.DivClassName
{
background-color: #AD828E;
}
.BgClassName
{
background-color: #AD828E;
}
</style>
border-color css
<style>
span { border-color: #AD828E; }
span { border-color: rgb(173,130,142); }
td.TdClassName
{
border-color: #AD828E;
}
.TagClassName
{
border-color: #AD828E;
}
</style>