Shades of Tapestry #A7677B
Tints of Tapestry #A7677B
RGB
CMYK
RGB Variations
Color information
#A7677B (or 0xA7677B) is known color: Tapestry. HEX triplet: A7, 67 and 7B. RGB value is (167,103,123). Sum of RGB (Red+Green+Blue) = 167+103+123=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7677B is #589884. Grayscale: #7C7C7C. Windows color (decimal): -5806213 or 8087463. OLE color: 8087463.
HSL color Cylindrical-coordinate representation of color #A7677B: hue angle of 341.25º 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 #A7677B is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 103 | 123 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.35 |
| HSL | 341.25º | 0.27% | 0.53% | - |
| HSV(B) | 341.25º | 0.38% | 0.65% | - |
| XYZ | 24.36 | 19.35 | 21.19 | - |
| YUV | 124.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 123 | 0 | 0.38 | 0.26 | 0.35 | 341.25 | 0.27 | 0.53 |
| Hex | A7 | 67 | 7B | 0 | 26 | 1A | 23 | 155 | 1B | 35 |
| Octal | 247 | 147 | 173 | 0 | 46 | 32 | 43 | 525 | 33 | 65 |
| Binary | 10100111 | 1100111 | 1111011 | 0 | 100110 | 11010 | 100011 | 101010101 | 11011 | 110101 |
Color Harmonies of #A7677B
Complementary color
Monochromatic Colors of #A7677B
Black with #A7677B
Text Example
Text Example
White with #A7677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7677B; }
p { color: rgb(167,103,123); }
H1.HeaderClassName
{
color: #A7677B;
}
.AnyTagClassName
{
color: #A7677B;
}
</style>
background-color css
<style>
a { background-color: #A7677B; }
a { background-color: rgb(167,103,123); }
div.DivClassName
{
background-color: #A7677B;
}
.BgClassName
{
background-color: #A7677B;
}
</style>
border-color css
<style>
span { border-color: #A7677B; }
span { border-color: rgb(167,103,123); }
td.TdClassName
{
border-color: #A7677B;
}
.TagClassName
{
border-color: #A7677B;
}
</style>