Shades of Tapestry #A27884
Tints of Tapestry #A27884
RGB
CMYK
RGB Variations
Color information
#A27884 (or 0xA27884) is known color: Tapestry. HEX triplet: A2, 78 and 84. RGB value is (162,120,132). Sum of RGB (Red+Green+Blue) = 162+120+132=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A27884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27884 is #5D877B. Grayscale: #858585. Windows color (decimal): -6129532 or 8681634. OLE color: 8681634.
HSL color Cylindrical-coordinate representation of color #A27884: hue angle of 342.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A27884 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 120 | 132 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.36 |
| HSL | 342.86º | 0.18% | 0.55% | - |
| HSV(B) | 342.86º | 0.26% | 0.64% | - |
| XYZ | 25.78 | 22.78 | 24.87 | - |
| YUV | 133.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 132 | 0 | 0.26 | 0.19 | 0.36 | 342.86 | 0.18 | 0.55 |
| Hex | A2 | 78 | 84 | 0 | 1A | 13 | 24 | 157 | 12 | 37 |
| Octal | 242 | 170 | 204 | 0 | 32 | 23 | 44 | 527 | 22 | 67 |
| Binary | 10100010 | 1111000 | 10000100 | 0 | 11010 | 10011 | 100100 | 101010111 | 10010 | 110111 |
Color Harmonies of #A27884
Complementary color
Monochromatic Colors of #A27884
Black with #A27884
Text Example
Text Example
White with #A27884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27884; }
p { color: rgb(162,120,132); }
H1.HeaderClassName
{
color: #A27884;
}
.AnyTagClassName
{
color: #A27884;
}
</style>
background-color css
<style>
a { background-color: #A27884; }
a { background-color: rgb(162,120,132); }
div.DivClassName
{
background-color: #A27884;
}
.BgClassName
{
background-color: #A27884;
}
</style>
border-color css
<style>
span { border-color: #A27884; }
span { border-color: rgb(162,120,132); }
td.TdClassName
{
border-color: #A27884;
}
.TagClassName
{
border-color: #A27884;
}
</style>