Shades of Tapestry #A7677F
Tints of Tapestry #A7677F
RGB
CMYK
RGB Variations
Color information
#A7677F (or 0xA7677F) is known color: Tapestry. HEX triplet: A7, 67 and 7F. RGB value is (167,103,127). Sum of RGB (Red+Green+Blue) = 167+103+127=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A7677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7677F is #589880. Grayscale: #7C7C7C. Windows color (decimal): -5806209 or 8349607. OLE color: 8349607.
HSL color Cylindrical-coordinate representation of color #A7677F: hue angle of 337.5º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7677F is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 103 | 127 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.35 |
| HSL | 337.5º | 0.27% | 0.53% | - |
| HSV(B) | 337.5º | 0.38% | 0.65% | - |
| XYZ | 24.62 | 19.45 | 22.54 | - |
| YUV | 124.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 127 | 0 | 0.38 | 0.24 | 0.35 | 337.5 | 0.27 | 0.53 |
| Hex | A7 | 67 | 7F | 0 | 26 | 18 | 23 | 152 | 1B | 35 |
| Octal | 247 | 147 | 177 | 0 | 46 | 30 | 43 | 522 | 33 | 65 |
| Binary | 10100111 | 1100111 | 1111111 | 0 | 100110 | 11000 | 100011 | 101010010 | 11011 | 110101 |
Color Harmonies of #A7677F
Complementary color
Monochromatic Colors of #A7677F
Black with #A7677F
Text Example
Text Example
White with #A7677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7677F; }
p { color: rgb(167,103,127); }
H1.HeaderClassName
{
color: #A7677F;
}
.AnyTagClassName
{
color: #A7677F;
}
</style>
background-color css
<style>
a { background-color: #A7677F; }
a { background-color: rgb(167,103,127); }
div.DivClassName
{
background-color: #A7677F;
}
.BgClassName
{
background-color: #A7677F;
}
</style>
border-color css
<style>
span { border-color: #A7677F; }
span { border-color: rgb(167,103,127); }
td.TdClassName
{
border-color: #A7677F;
}
.TagClassName
{
border-color: #A7677F;
}
</style>