Shades of Tapestry #A8667B
Tints of Tapestry #A8667B
RGB
CMYK
RGB Variations
Color information
#A8667B (or 0xA8667B) is known color: Tapestry. HEX triplet: A8, 66 and 7B. RGB value is (168,102,123). Sum of RGB (Red+Green+Blue) = 168+102+123=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8667B is #579984. Grayscale: #7C7C7C. Windows color (decimal): -5740933 or 8087208. OLE color: 8087208.
HSL color Cylindrical-coordinate representation of color #A8667B: hue angle of 340.91º degrees, saturation: 0.28, 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 #A8667B is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 123 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.34 |
| HSL | 340.91º | 0.28% | 0.53% | - |
| HSV(B) | 340.91º | 0.39% | 0.66% | - |
| XYZ | 24.47 | 19.26 | 21.17 | - |
| YUV | 124.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 123 | 0 | 0.39 | 0.27 | 0.34 | 340.91 | 0.28 | 0.53 |
| Hex | A8 | 66 | 7B | 0 | 27 | 1B | 22 | 155 | 1C | 35 |
| Octal | 250 | 146 | 173 | 0 | 47 | 33 | 42 | 525 | 34 | 65 |
| Binary | 10101000 | 1100110 | 1111011 | 0 | 100111 | 11011 | 100010 | 101010101 | 11100 | 110101 |
Color Harmonies of #A8667B
Complementary color
Monochromatic Colors of #A8667B
Black with #A8667B
Text Example
Text Example
White with #A8667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8667B; }
p { color: rgb(168,102,123); }
H1.HeaderClassName
{
color: #A8667B;
}
.AnyTagClassName
{
color: #A8667B;
}
</style>
background-color css
<style>
a { background-color: #A8667B; }
a { background-color: rgb(168,102,123); }
div.DivClassName
{
background-color: #A8667B;
}
.BgClassName
{
background-color: #A8667B;
}
</style>
border-color css
<style>
span { border-color: #A8667B; }
span { border-color: rgb(168,102,123); }
td.TdClassName
{
border-color: #A8667B;
}
.TagClassName
{
border-color: #A8667B;
}
</style>