Shades of Tapestry #AD677E
Tints of Tapestry #AD677E
RGB
CMYK
RGB Variations
Color information
#AD677E (or 0xAD677E) is known color: Tapestry. HEX triplet: AD, 67 and 7E. RGB value is (173,103,126). Sum of RGB (Red+Green+Blue) = 173+103+126=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD677E is #529881. Grayscale: #7E7E7E. Windows color (decimal): -5412994 or 8284077. OLE color: 8284077.
HSL color Cylindrical-coordinate representation of color #AD677E: hue angle of 340.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD677E is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 126 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.32 |
| HSL | 340.29º | 0.3% | 0.54% | - |
| HSV(B) | 340.29º | 0.4% | 0.68% | - |
| XYZ | 25.85 | 20.09 | 22.25 | - |
| YUV | 126.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 126 | 0 | 0.40 | 0.27 | 0.32 | 340.29 | 0.3 | 0.54 |
| Hex | AD | 67 | 7E | 0 | 28 | 1B | 20 | 154 | 1E | 36 |
| Octal | 255 | 147 | 176 | 0 | 50 | 33 | 40 | 524 | 36 | 66 |
| Binary | 10101101 | 1100111 | 1111110 | 0 | 101000 | 11011 | 100000 | 101010100 | 11110 | 110110 |
Color Harmonies of #AD677E
Complementary color
Monochromatic Colors of #AD677E
Black with #AD677E
Text Example
Text Example
White with #AD677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD677E; }
p { color: rgb(173,103,126); }
H1.HeaderClassName
{
color: #AD677E;
}
.AnyTagClassName
{
color: #AD677E;
}
</style>
background-color css
<style>
a { background-color: #AD677E; }
a { background-color: rgb(173,103,126); }
div.DivClassName
{
background-color: #AD677E;
}
.BgClassName
{
background-color: #AD677E;
}
</style>
border-color css
<style>
span { border-color: #AD677E; }
span { border-color: rgb(173,103,126); }
td.TdClassName
{
border-color: #AD677E;
}
.TagClassName
{
border-color: #AD677E;
}
</style>