Shades of Tapestry #AD638A
Tints of Tapestry #AD638A
RGB
CMYK
RGB Variations
Color information
#AD638A (or 0xAD638A) is known color: Tapestry. HEX triplet: AD, 63 and 8A. RGB value is (173,99,138). Sum of RGB (Red+Green+Blue) = 173+99+138=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD638A is #529C75. Grayscale: #7D7D7D. Windows color (decimal): -5414006 or 9069485. OLE color: 9069485.
HSL color Cylindrical-coordinate representation of color #AD638A: hue angle of 328.38º 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 #AD638A is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 138 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.32 |
| HSL | 328.38º | 0.31% | 0.53% | - |
| HSV(B) | 328.38º | 0.43% | 0.68% | - |
| XYZ | 26.28 | 19.64 | 26.45 | - |
| YUV | 125.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 138 | 0 | 0.43 | 0.20 | 0.32 | 328.38 | 0.31 | 0.53 |
| Hex | AD | 63 | 8A | 0 | 2B | 14 | 20 | 148 | 1F | 35 |
| Octal | 255 | 143 | 212 | 0 | 53 | 24 | 40 | 510 | 37 | 65 |
| Binary | 10101101 | 1100011 | 10001010 | 0 | 101011 | 10100 | 100000 | 101001000 | 11111 | 110101 |
Color Harmonies of #AD638A
Complementary color
Monochromatic Colors of #AD638A
Black with #AD638A
Text Example
Text Example
White with #AD638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD638A; }
p { color: rgb(173,99,138); }
H1.HeaderClassName
{
color: #AD638A;
}
.AnyTagClassName
{
color: #AD638A;
}
</style>
background-color css
<style>
a { background-color: #AD638A; }
a { background-color: rgb(173,99,138); }
div.DivClassName
{
background-color: #AD638A;
}
.BgClassName
{
background-color: #AD638A;
}
</style>
border-color css
<style>
span { border-color: #AD638A; }
span { border-color: rgb(173,99,138); }
td.TdClassName
{
border-color: #AD638A;
}
.TagClassName
{
border-color: #AD638A;
}
</style>