Shades of Tapestry #A27A84
Tints of Tapestry #A27A84
RGB
CMYK
RGB Variations
Color information
#A27A84 (or 0xA27A84) is known color: Tapestry. HEX triplet: A2, 7A and 84. RGB value is (162,122,132). Sum of RGB (Red+Green+Blue) = 162+122+132=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27A84 is #5D857B. Grayscale: #878787. Windows color (decimal): -6129020 or 8682146. OLE color: 8682146.
HSL color Cylindrical-coordinate representation of color #A27A84: hue angle of 345º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A27A84 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 132 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.36 |
| HSL | 345º | 0.18% | 0.56% | - |
| HSV(B) | 345º | 0.25% | 0.64% | - |
| XYZ | 26.02 | 23.27 | 24.95 | - |
| YUV | 135.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 132 | 0 | 0.25 | 0.19 | 0.36 | 345 | 0.18 | 0.56 |
| Hex | A2 | 7A | 84 | 0 | 19 | 13 | 24 | 159 | 12 | 38 |
| Octal | 242 | 172 | 204 | 0 | 31 | 23 | 44 | 531 | 22 | 70 |
| Binary | 10100010 | 1111010 | 10000100 | 0 | 11001 | 10011 | 100100 | 101011001 | 10010 | 111000 |
Color Harmonies of #A27A84
Complementary color
Monochromatic Colors of #A27A84
Black with #A27A84
Text Example
Text Example
White with #A27A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A84; }
p { color: rgb(162,122,132); }
H1.HeaderClassName
{
color: #A27A84;
}
.AnyTagClassName
{
color: #A27A84;
}
</style>
background-color css
<style>
a { background-color: #A27A84; }
a { background-color: rgb(162,122,132); }
div.DivClassName
{
background-color: #A27A84;
}
.BgClassName
{
background-color: #A27A84;
}
</style>
border-color css
<style>
span { border-color: #A27A84; }
span { border-color: rgb(162,122,132); }
td.TdClassName
{
border-color: #A27A84;
}
.TagClassName
{
border-color: #A27A84;
}
</style>