Shades of Tapestry #A27B84
Tints of Tapestry #A27B84
RGB
CMYK
RGB Variations
Color information
#A27B84 (or 0xA27B84) is known color: Tapestry. HEX triplet: A2, 7B and 84. RGB value is (162,123,132). Sum of RGB (Red+Green+Blue) = 162+123+132=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27B84 is #5D847B. Grayscale: #878787. Windows color (decimal): -6128764 or 8682402. OLE color: 8682402.
HSL color Cylindrical-coordinate representation of color #A27B84: hue angle of 346.15º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A27B84 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 132 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.36 |
| HSL | 346.15º | 0.17% | 0.56% | - |
| HSV(B) | 346.15º | 0.24% | 0.64% | - |
| XYZ | 26.15 | 23.51 | 24.99 | - |
| YUV | 135.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 132 | 0 | 0.24 | 0.19 | 0.36 | 346.15 | 0.17 | 0.56 |
| Hex | A2 | 7B | 84 | 0 | 18 | 13 | 24 | 15A | 11 | 38 |
| Octal | 242 | 173 | 204 | 0 | 30 | 23 | 44 | 532 | 21 | 70 |
| Binary | 10100010 | 1111011 | 10000100 | 0 | 11000 | 10011 | 100100 | 101011010 | 10001 | 111000 |
Color Harmonies of #A27B84
Complementary color
Monochromatic Colors of #A27B84
Black with #A27B84
Text Example
Text Example
White with #A27B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B84; }
p { color: rgb(162,123,132); }
H1.HeaderClassName
{
color: #A27B84;
}
.AnyTagClassName
{
color: #A27B84;
}
</style>
background-color css
<style>
a { background-color: #A27B84; }
a { background-color: rgb(162,123,132); }
div.DivClassName
{
background-color: #A27B84;
}
.BgClassName
{
background-color: #A27B84;
}
</style>
border-color css
<style>
span { border-color: #A27B84; }
span { border-color: rgb(162,123,132); }
td.TdClassName
{
border-color: #A27B84;
}
.TagClassName
{
border-color: #A27B84;
}
</style>