Shades of Tapestry #A8627B
Tints of Tapestry #A8627B
RGB
CMYK
RGB Variations
Color information
#A8627B (or 0xA8627B) is known color: Tapestry. HEX triplet: A8, 62 and 7B. RGB value is (168,98,123). Sum of RGB (Red+Green+Blue) = 168+98+123=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A8627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8627B is #579D84. Grayscale: #797979. Windows color (decimal): -5741957 or 8086184. OLE color: 8086184.
HSL color Cylindrical-coordinate representation of color #A8627B: hue angle of 338.57º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8627B is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 123 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.34 |
| HSL | 338.57º | 0.29% | 0.52% | - |
| HSV(B) | 338.57º | 0.42% | 0.66% | - |
| XYZ | 24.09 | 18.49 | 21.04 | - |
| YUV | 121.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 123 | 0 | 0.42 | 0.27 | 0.34 | 338.57 | 0.29 | 0.52 |
| Hex | A8 | 62 | 7B | 0 | 2A | 1B | 22 | 153 | 1D | 34 |
| Octal | 250 | 142 | 173 | 0 | 52 | 33 | 42 | 523 | 35 | 64 |
| Binary | 10101000 | 1100010 | 1111011 | 0 | 101010 | 11011 | 100010 | 101010011 | 11101 | 110100 |
Color Harmonies of #A8627B
Complementary color
Monochromatic Colors of #A8627B
Black with #A8627B
Text Example
Text Example
White with #A8627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8627B; }
p { color: rgb(168,98,123); }
H1.HeaderClassName
{
color: #A8627B;
}
.AnyTagClassName
{
color: #A8627B;
}
</style>
background-color css
<style>
a { background-color: #A8627B; }
a { background-color: rgb(168,98,123); }
div.DivClassName
{
background-color: #A8627B;
}
.BgClassName
{
background-color: #A8627B;
}
</style>
border-color css
<style>
span { border-color: #A8627B; }
span { border-color: rgb(168,98,123); }
td.TdClassName
{
border-color: #A8627B;
}
.TagClassName
{
border-color: #A8627B;
}
</style>