Shades of Tapestry #AD667A
Tints of Tapestry #AD667A
RGB
CMYK
RGB Variations
Color information
#AD667A (or 0xAD667A) is known color: Tapestry. HEX triplet: AD, 66 and 7A. RGB value is (173,102,122). Sum of RGB (Red+Green+Blue) = 173+102+122=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD667A is #529985. Grayscale: #7D7D7D. Windows color (decimal): -5413254 or 8021677. OLE color: 8021677.
HSL color Cylindrical-coordinate representation of color #AD667A: hue angle of 343.1º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD667A is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 122 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.32 |
| HSL | 343.1º | 0.3% | 0.54% | - |
| HSV(B) | 343.1º | 0.41% | 0.68% | - |
| XYZ | 25.5 | 19.79 | 20.89 | - |
| YUV | 125.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 122 | 0 | 0.41 | 0.29 | 0.32 | 343.1 | 0.3 | 0.54 |
| Hex | AD | 66 | 7A | 0 | 29 | 1D | 20 | 157 | 1E | 36 |
| Octal | 255 | 146 | 172 | 0 | 51 | 35 | 40 | 527 | 36 | 66 |
| Binary | 10101101 | 1100110 | 1111010 | 0 | 101001 | 11101 | 100000 | 101010111 | 11110 | 110110 |
Color Harmonies of #AD667A
Complementary color
Monochromatic Colors of #AD667A
Black with #AD667A
Text Example
Text Example
White with #AD667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD667A; }
p { color: rgb(173,102,122); }
H1.HeaderClassName
{
color: #AD667A;
}
.AnyTagClassName
{
color: #AD667A;
}
</style>
background-color css
<style>
a { background-color: #AD667A; }
a { background-color: rgb(173,102,122); }
div.DivClassName
{
background-color: #AD667A;
}
.BgClassName
{
background-color: #AD667A;
}
</style>
border-color css
<style>
span { border-color: #AD667A; }
span { border-color: rgb(173,102,122); }
td.TdClassName
{
border-color: #AD667A;
}
.TagClassName
{
border-color: #AD667A;
}
</style>