Shades of Tapestry #AD818B
Tints of Tapestry #AD818B
RGB
CMYK
RGB Variations
Color information
#AD818B (or 0xAD818B) is known color: Tapestry. HEX triplet: AD, 81 and 8B. RGB value is (173,129,139). Sum of RGB (Red+Green+Blue) = 173+129+139=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD818B is #527E74. Grayscale: #8F8F8F. Windows color (decimal): -5406325 or 9142701. OLE color: 9142701.
HSL color Cylindrical-coordinate representation of color #AD818B: hue angle of 346.36º 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 #AD818B is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 139 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.32 |
| HSL | 346.36º | 0.21% | 0.59% | - |
| HSV(B) | 346.36º | 0.25% | 0.68% | - |
| XYZ | 29.74 | 26.45 | 27.96 | - |
| YUV | 143.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 139 | 0 | 0.25 | 0.20 | 0.32 | 346.36 | 0.21 | 0.59 |
| Hex | AD | 81 | 8B | 0 | 19 | 14 | 20 | 15A | 15 | 3B |
| Octal | 255 | 201 | 213 | 0 | 31 | 24 | 40 | 532 | 25 | 73 |
| Binary | 10101101 | 10000001 | 10001011 | 0 | 11001 | 10100 | 100000 | 101011010 | 10101 | 111011 |
Color Harmonies of #AD818B
Complementary color
Monochromatic Colors of #AD818B
Black with #AD818B
Text Example
Text Example
White with #AD818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD818B; }
p { color: rgb(173,129,139); }
H1.HeaderClassName
{
color: #AD818B;
}
.AnyTagClassName
{
color: #AD818B;
}
</style>
background-color css
<style>
a { background-color: #AD818B; }
a { background-color: rgb(173,129,139); }
div.DivClassName
{
background-color: #AD818B;
}
.BgClassName
{
background-color: #AD818B;
}
</style>
border-color css
<style>
span { border-color: #AD818B; }
span { border-color: rgb(173,129,139); }
td.TdClassName
{
border-color: #AD818B;
}
.TagClassName
{
border-color: #AD818B;
}
</style>