Shades of Tapestry #AD5C83
Tints of Tapestry #AD5C83
RGB
CMYK
RGB Variations
Color information
#AD5C83 (or 0xAD5C83) is known color: Tapestry. HEX triplet: AD, 5C and 83. RGB value is (173,92,131). Sum of RGB (Red+Green+Blue) = 173+92+131=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5C83 is #52A37C. Grayscale: #787878. Windows color (decimal): -5415805 or 8608941. OLE color: 8608941.
HSL color Cylindrical-coordinate representation of color #AD5C83: hue angle of 331.11º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5C83 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 131 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.32 |
| HSL | 331.11º | 0.33% | 0.52% | - |
| HSV(B) | 331.11º | 0.47% | 0.68% | - |
| XYZ | 25.16 | 18.18 | 23.66 | - |
| YUV | 120.67 | 133.84 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 131 | 0 | 0.47 | 0.24 | 0.32 | 331.11 | 0.33 | 0.52 |
| Hex | AD | 5C | 83 | 0 | 2F | 18 | 20 | 14B | 21 | 34 |
| Octal | 255 | 134 | 203 | 0 | 57 | 30 | 40 | 513 | 41 | 64 |
| Binary | 10101101 | 1011100 | 10000011 | 0 | 101111 | 11000 | 100000 | 101001011 | 100001 | 110100 |
Color Harmonies of #AD5C83
Complementary color
Monochromatic Colors of #AD5C83
Black with #AD5C83
Text Example
Text Example
White with #AD5C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C83; }
p { color: rgb(173,92,131); }
H1.HeaderClassName
{
color: #AD5C83;
}
.AnyTagClassName
{
color: #AD5C83;
}
</style>
background-color css
<style>
a { background-color: #AD5C83; }
a { background-color: rgb(173,92,131); }
div.DivClassName
{
background-color: #AD5C83;
}
.BgClassName
{
background-color: #AD5C83;
}
</style>
border-color css
<style>
span { border-color: #AD5C83; }
span { border-color: rgb(173,92,131); }
td.TdClassName
{
border-color: #AD5C83;
}
.TagClassName
{
border-color: #AD5C83;
}
</style>