Shades of Tapestry #A8677E
Tints of Tapestry #A8677E
RGB
CMYK
RGB Variations
Color information
#A8677E (or 0xA8677E) is known color: Tapestry. HEX triplet: A8, 67 and 7E. RGB value is (168,103,126). Sum of RGB (Red+Green+Blue) = 168+103+126=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8677E is #579881. Grayscale: #7D7D7D. Windows color (decimal): -5740674 or 8284072. OLE color: 8284072.
HSL color Cylindrical-coordinate representation of color #A8677E: hue angle of 338.77º 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 #A8677E is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 126 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.34 |
| HSL | 338.77º | 0.27% | 0.53% | - |
| HSV(B) | 338.77º | 0.39% | 0.66% | - |
| XYZ | 24.76 | 19.53 | 22.2 | - |
| YUV | 125.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 126 | 0 | 0.39 | 0.25 | 0.34 | 338.77 | 0.27 | 0.53 |
| Hex | A8 | 67 | 7E | 0 | 27 | 19 | 22 | 153 | 1B | 35 |
| Octal | 250 | 147 | 176 | 0 | 47 | 31 | 42 | 523 | 33 | 65 |
| Binary | 10101000 | 1100111 | 1111110 | 0 | 100111 | 11001 | 100010 | 101010011 | 11011 | 110101 |
Color Harmonies of #A8677E
Complementary color
Monochromatic Colors of #A8677E
Black with #A8677E
Text Example
Text Example
White with #A8677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8677E; }
p { color: rgb(168,103,126); }
H1.HeaderClassName
{
color: #A8677E;
}
.AnyTagClassName
{
color: #A8677E;
}
</style>
background-color css
<style>
a { background-color: #A8677E; }
a { background-color: rgb(168,103,126); }
div.DivClassName
{
background-color: #A8677E;
}
.BgClassName
{
background-color: #A8677E;
}
</style>
border-color css
<style>
span { border-color: #A8677E; }
span { border-color: rgb(168,103,126); }
td.TdClassName
{
border-color: #A8677E;
}
.TagClassName
{
border-color: #A8677E;
}
</style>