Shades of Tapestry #A18187
Tints of Tapestry #A18187
RGB
CMYK
RGB Variations
Color information
#A18187 (or 0xA18187) is known color: Tapestry. HEX triplet: A1, 81 and 87. RGB value is (161,129,135). Sum of RGB (Red+Green+Blue) = 161+129+135=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18187 is #5E7E78. Grayscale: #8B8B8B. Windows color (decimal): -6192761 or 8880545. OLE color: 8880545.
HSL color Cylindrical-coordinate representation of color #A18187: hue angle of 348.75º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18187 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 135 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.37 |
| HSL | 348.75º | 0.15% | 0.57% | - |
| HSV(B) | 348.75º | 0.2% | 0.63% | - |
| XYZ | 26.92 | 25.03 | 26.33 | - |
| YUV | 139.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 135 | 0 | 0.20 | 0.16 | 0.37 | 348.75 | 0.15 | 0.57 |
| Hex | A1 | 81 | 87 | 0 | 14 | 10 | 25 | 15D | F | 39 |
| Octal | 241 | 201 | 207 | 0 | 24 | 20 | 45 | 535 | 17 | 71 |
| Binary | 10100001 | 10000001 | 10000111 | 0 | 10100 | 10000 | 100101 | 101011101 | 1111 | 111001 |
Color Harmonies of #A18187
Complementary color
Monochromatic Colors of #A18187
Black with #A18187
Text Example
Text Example
White with #A18187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18187; }
p { color: rgb(161,129,135); }
H1.HeaderClassName
{
color: #A18187;
}
.AnyTagClassName
{
color: #A18187;
}
</style>
background-color css
<style>
a { background-color: #A18187; }
a { background-color: rgb(161,129,135); }
div.DivClassName
{
background-color: #A18187;
}
.BgClassName
{
background-color: #A18187;
}
</style>
border-color css
<style>
span { border-color: #A18187; }
span { border-color: rgb(161,129,135); }
td.TdClassName
{
border-color: #A18187;
}
.TagClassName
{
border-color: #A18187;
}
</style>