Shades of Tapestry #AD6283
Tints of Tapestry #AD6283
RGB
CMYK
RGB Variations
Color information
#AD6283 (or 0xAD6283) is known color: Tapestry. HEX triplet: AD, 62 and 83. RGB value is (173,98,131). Sum of RGB (Red+Green+Blue) = 173+98+131=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6283 is #529D7C. Grayscale: #7C7C7C. Windows color (decimal): -5414269 or 8610477. OLE color: 8610477.
HSL color Cylindrical-coordinate representation of color #AD6283: hue angle of 333.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6283 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 131 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.32 |
| HSL | 333.6º | 0.31% | 0.53% | - |
| HSV(B) | 333.6º | 0.43% | 0.68% | - |
| XYZ | 25.7 | 19.26 | 23.84 | - |
| YUV | 124.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 131 | 0 | 0.43 | 0.24 | 0.32 | 333.6 | 0.31 | 0.53 |
| Hex | AD | 62 | 83 | 0 | 2B | 18 | 20 | 14E | 1F | 35 |
| Octal | 255 | 142 | 203 | 0 | 53 | 30 | 40 | 516 | 37 | 65 |
| Binary | 10101101 | 1100010 | 10000011 | 0 | 101011 | 11000 | 100000 | 101001110 | 11111 | 110101 |
Color Harmonies of #AD6283
Complementary color
Monochromatic Colors of #AD6283
Black with #AD6283
Text Example
Text Example
White with #AD6283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6283; }
p { color: rgb(173,98,131); }
H1.HeaderClassName
{
color: #AD6283;
}
.AnyTagClassName
{
color: #AD6283;
}
</style>
background-color css
<style>
a { background-color: #AD6283; }
a { background-color: rgb(173,98,131); }
div.DivClassName
{
background-color: #AD6283;
}
.BgClassName
{
background-color: #AD6283;
}
</style>
border-color css
<style>
span { border-color: #AD6283; }
span { border-color: rgb(173,98,131); }
td.TdClassName
{
border-color: #AD6283;
}
.TagClassName
{
border-color: #AD6283;
}
</style>