Shades of Tapestry #A7667B
Tints of Tapestry #A7667B
RGB
CMYK
RGB Variations
Color information
#A7667B (or 0xA7667B) is known color: Tapestry. HEX triplet: A7, 66 and 7B. RGB value is (167,102,123). Sum of RGB (Red+Green+Blue) = 167+102+123=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A7667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7667B is #589984. Grayscale: #7B7B7B. Windows color (decimal): -5806469 or 8087207. OLE color: 8087207.
HSL color Cylindrical-coordinate representation of color #A7667B: hue angle of 340.62º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7667B is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 102 | 123 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.35 |
| HSL | 340.62º | 0.27% | 0.53% | - |
| HSV(B) | 340.62º | 0.39% | 0.65% | - |
| XYZ | 24.26 | 19.15 | 21.16 | - |
| YUV | 123.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 123 | 0 | 0.39 | 0.26 | 0.35 | 340.62 | 0.27 | 0.53 |
| Hex | A7 | 66 | 7B | 0 | 27 | 1A | 23 | 155 | 1B | 35 |
| Octal | 247 | 146 | 173 | 0 | 47 | 32 | 43 | 525 | 33 | 65 |
| Binary | 10100111 | 1100110 | 1111011 | 0 | 100111 | 11010 | 100011 | 101010101 | 11011 | 110101 |
Color Harmonies of #A7667B
Complementary color
Monochromatic Colors of #A7667B
Black with #A7667B
Text Example
Text Example
White with #A7667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7667B; }
p { color: rgb(167,102,123); }
H1.HeaderClassName
{
color: #A7667B;
}
.AnyTagClassName
{
color: #A7667B;
}
</style>
background-color css
<style>
a { background-color: #A7667B; }
a { background-color: rgb(167,102,123); }
div.DivClassName
{
background-color: #A7667B;
}
.BgClassName
{
background-color: #A7667B;
}
</style>
border-color css
<style>
span { border-color: #A7667B; }
span { border-color: rgb(167,102,123); }
td.TdClassName
{
border-color: #A7667B;
}
.TagClassName
{
border-color: #A7667B;
}
</style>