Shades of Tapestry #AD6A7D
Tints of Tapestry #AD6A7D
RGB
CMYK
RGB Variations
Color information
#AD6A7D (or 0xAD6A7D) is known color: Tapestry. HEX triplet: AD, 6A and 7D. RGB value is (173,106,125). Sum of RGB (Red+Green+Blue) = 173+106+125=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A7D is #529582. Grayscale: #808080. Windows color (decimal): -5412227 or 8219309. OLE color: 8219309.
HSL color Cylindrical-coordinate representation of color #AD6A7D: hue angle of 342.99º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6A7D is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 125 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.32 |
| HSL | 342.99º | 0.29% | 0.55% | - |
| HSV(B) | 342.99º | 0.39% | 0.68% | - |
| XYZ | 26.09 | 20.67 | 22.02 | - |
| YUV | 128.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 125 | 0 | 0.39 | 0.28 | 0.32 | 342.99 | 0.29 | 0.55 |
| Hex | AD | 6A | 7D | 0 | 27 | 1C | 20 | 157 | 1D | 37 |
| Octal | 255 | 152 | 175 | 0 | 47 | 34 | 40 | 527 | 35 | 67 |
| Binary | 10101101 | 1101010 | 1111101 | 0 | 100111 | 11100 | 100000 | 101010111 | 11101 | 110111 |
Color Harmonies of #AD6A7D
Complementary color
Monochromatic Colors of #AD6A7D
Black with #AD6A7D
Text Example
Text Example
White with #AD6A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A7D; }
p { color: rgb(173,106,125); }
H1.HeaderClassName
{
color: #AD6A7D;
}
.AnyTagClassName
{
color: #AD6A7D;
}
</style>
background-color css
<style>
a { background-color: #AD6A7D; }
a { background-color: rgb(173,106,125); }
div.DivClassName
{
background-color: #AD6A7D;
}
.BgClassName
{
background-color: #AD6A7D;
}
</style>
border-color css
<style>
span { border-color: #AD6A7D; }
span { border-color: rgb(173,106,125); }
td.TdClassName
{
border-color: #AD6A7D;
}
.TagClassName
{
border-color: #AD6A7D;
}
</style>