Shades of Tapestry #A8677B
Tints of Tapestry #A8677B
RGB
CMYK
RGB Variations
Color information
#A8677B (or 0xA8677B) is known color: Tapestry. HEX triplet: A8, 67 and 7B. RGB value is (168,103,123). Sum of RGB (Red+Green+Blue) = 168+103+123=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8677B is #579884. Grayscale: #7C7C7C. Windows color (decimal): -5740677 or 8087464. OLE color: 8087464.
HSL color Cylindrical-coordinate representation of color #A8677B: hue angle of 341.54º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8677B is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 123 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.34 |
| HSL | 341.54º | 0.27% | 0.53% | - |
| HSV(B) | 341.54º | 0.39% | 0.66% | - |
| XYZ | 24.57 | 19.46 | 21.2 | - |
| YUV | 124.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 123 | 0 | 0.39 | 0.27 | 0.34 | 341.54 | 0.27 | 0.53 |
| Hex | A8 | 67 | 7B | 0 | 27 | 1B | 22 | 156 | 1B | 35 |
| Octal | 250 | 147 | 173 | 0 | 47 | 33 | 42 | 526 | 33 | 65 |
| Binary | 10101000 | 1100111 | 1111011 | 0 | 100111 | 11011 | 100010 | 101010110 | 11011 | 110101 |
Color Harmonies of #A8677B
Complementary color
Monochromatic Colors of #A8677B
Black with #A8677B
Text Example
Text Example
White with #A8677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8677B; }
p { color: rgb(168,103,123); }
H1.HeaderClassName
{
color: #A8677B;
}
.AnyTagClassName
{
color: #A8677B;
}
</style>
background-color css
<style>
a { background-color: #A8677B; }
a { background-color: rgb(168,103,123); }
div.DivClassName
{
background-color: #A8677B;
}
.BgClassName
{
background-color: #A8677B;
}
</style>
border-color css
<style>
span { border-color: #A8677B; }
span { border-color: rgb(168,103,123); }
td.TdClassName
{
border-color: #A8677B;
}
.TagClassName
{
border-color: #A8677B;
}
</style>