Shades of Tapestry #A8637B
Tints of Tapestry #A8637B
RGB
CMYK
RGB Variations
Color information
#A8637B (or 0xA8637B) is known color: Tapestry. HEX triplet: A8, 63 and 7B. RGB value is (168,99,123). Sum of RGB (Red+Green+Blue) = 168+99+123=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8637B is #579C84. Grayscale: #7A7A7A. Windows color (decimal): -5741701 or 8086440. OLE color: 8086440.
HSL color Cylindrical-coordinate representation of color #A8637B: hue angle of 339.13º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8637B is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 123 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.34 |
| HSL | 339.13º | 0.28% | 0.52% | - |
| HSV(B) | 339.13º | 0.41% | 0.66% | - |
| XYZ | 24.19 | 18.68 | 21.07 | - |
| YUV | 122.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 123 | 0 | 0.41 | 0.27 | 0.34 | 339.13 | 0.28 | 0.52 |
| Hex | A8 | 63 | 7B | 0 | 29 | 1B | 22 | 153 | 1C | 34 |
| Octal | 250 | 143 | 173 | 0 | 51 | 33 | 42 | 523 | 34 | 64 |
| Binary | 10101000 | 1100011 | 1111011 | 0 | 101001 | 11011 | 100010 | 101010011 | 11100 | 110100 |
Color Harmonies of #A8637B
Complementary color
Monochromatic Colors of #A8637B
Black with #A8637B
Text Example
Text Example
White with #A8637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8637B; }
p { color: rgb(168,99,123); }
H1.HeaderClassName
{
color: #A8637B;
}
.AnyTagClassName
{
color: #A8637B;
}
</style>
background-color css
<style>
a { background-color: #A8637B; }
a { background-color: rgb(168,99,123); }
div.DivClassName
{
background-color: #A8637B;
}
.BgClassName
{
background-color: #A8637B;
}
</style>
border-color css
<style>
span { border-color: #A8637B; }
span { border-color: rgb(168,99,123); }
td.TdClassName
{
border-color: #A8637B;
}
.TagClassName
{
border-color: #A8637B;
}
</style>