Shades of Tapestry #AD627A
Tints of Tapestry #AD627A
RGB
CMYK
RGB Variations
Color information
#AD627A (or 0xAD627A) is known color: Tapestry. HEX triplet: AD, 62 and 7A. RGB value is (173,98,122). Sum of RGB (Red+Green+Blue) = 173+98+122=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD627A is #529D85. Grayscale: #7B7B7B. Windows color (decimal): -5414278 or 8020653. OLE color: 8020653.
HSL color Cylindrical-coordinate representation of color #AD627A: hue angle of 340.8º 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 #AD627A is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 122 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.32 |
| HSL | 340.8º | 0.31% | 0.53% | - |
| HSV(B) | 340.8º | 0.43% | 0.68% | - |
| XYZ | 25.11 | 19.02 | 20.76 | - |
| YUV | 123.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 122 | 0 | 0.43 | 0.29 | 0.32 | 340.8 | 0.31 | 0.53 |
| Hex | AD | 62 | 7A | 0 | 2B | 1D | 20 | 155 | 1F | 35 |
| Octal | 255 | 142 | 172 | 0 | 53 | 35 | 40 | 525 | 37 | 65 |
| Binary | 10101101 | 1100010 | 1111010 | 0 | 101011 | 11101 | 100000 | 101010101 | 11111 | 110101 |
Color Harmonies of #AD627A
Complementary color
Monochromatic Colors of #AD627A
Black with #AD627A
Text Example
Text Example
White with #AD627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD627A; }
p { color: rgb(173,98,122); }
H1.HeaderClassName
{
color: #AD627A;
}
.AnyTagClassName
{
color: #AD627A;
}
</style>
background-color css
<style>
a { background-color: #AD627A; }
a { background-color: rgb(173,98,122); }
div.DivClassName
{
background-color: #AD627A;
}
.BgClassName
{
background-color: #AD627A;
}
</style>
border-color css
<style>
span { border-color: #AD627A; }
span { border-color: rgb(173,98,122); }
td.TdClassName
{
border-color: #AD627A;
}
.TagClassName
{
border-color: #AD627A;
}
</style>