Shades of Tapestry #AD658B
Tints of Tapestry #AD658B
RGB
CMYK
RGB Variations
Color information
#AD658B (or 0xAD658B) is known color: Tapestry. HEX triplet: AD, 65 and 8B. RGB value is (173,101,139). Sum of RGB (Red+Green+Blue) = 173+101+139=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD658B is #529A74. Grayscale: #7E7E7E. Windows color (decimal): -5413493 or 9135533. OLE color: 9135533.
HSL color Cylindrical-coordinate representation of color #AD658B: hue angle of 328.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD658B is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 139 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.32 |
| HSL | 328.33º | 0.31% | 0.54% | - |
| HSV(B) | 328.33º | 0.42% | 0.68% | - |
| XYZ | 26.55 | 20.06 | 26.9 | - |
| YUV | 126.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 139 | 0 | 0.42 | 0.20 | 0.32 | 328.33 | 0.31 | 0.54 |
| Hex | AD | 65 | 8B | 0 | 2A | 14 | 20 | 148 | 1F | 36 |
| Octal | 255 | 145 | 213 | 0 | 52 | 24 | 40 | 510 | 37 | 66 |
| Binary | 10101101 | 1100101 | 10001011 | 0 | 101010 | 10100 | 100000 | 101001000 | 11111 | 110110 |
Color Harmonies of #AD658B
Complementary color
Monochromatic Colors of #AD658B
Black with #AD658B
Text Example
Text Example
White with #AD658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD658B; }
p { color: rgb(173,101,139); }
H1.HeaderClassName
{
color: #AD658B;
}
.AnyTagClassName
{
color: #AD658B;
}
</style>
background-color css
<style>
a { background-color: #AD658B; }
a { background-color: rgb(173,101,139); }
div.DivClassName
{
background-color: #AD658B;
}
.BgClassName
{
background-color: #AD658B;
}
</style>
border-color css
<style>
span { border-color: #AD658B; }
span { border-color: rgb(173,101,139); }
td.TdClassName
{
border-color: #AD658B;
}
.TagClassName
{
border-color: #AD658B;
}
</style>