Shades of Tapestry #A67487
Tints of Tapestry #A67487
RGB
CMYK
RGB Variations
Color information
#A67487 (or 0xA67487) is known color: Tapestry. HEX triplet: A6, 74 and 87. RGB value is (166,116,135). Sum of RGB (Red+Green+Blue) = 166+116+135=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A67487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67487 is #598B78. Grayscale: #858585. Windows color (decimal): -5868409 or 8877222. OLE color: 8877222.
HSL color Cylindrical-coordinate representation of color #A67487: hue angle of 337.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67487 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 116 | 135 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.35 |
| HSL | 337.2º | 0.22% | 0.55% | - |
| HSV(B) | 337.2º | 0.3% | 0.65% | - |
| XYZ | 26.34 | 22.35 | 25.85 | - |
| YUV | 133.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 116 | 135 | 0 | 0.30 | 0.19 | 0.35 | 337.2 | 0.22 | 0.55 |
| Hex | A6 | 74 | 87 | 0 | 1E | 13 | 23 | 151 | 16 | 37 |
| Octal | 246 | 164 | 207 | 0 | 36 | 23 | 43 | 521 | 26 | 67 |
| Binary | 10100110 | 1110100 | 10000111 | 0 | 11110 | 10011 | 100011 | 101010001 | 10110 | 110111 |
Color Harmonies of #A67487
Complementary color
Monochromatic Colors of #A67487
Black with #A67487
Text Example
Text Example
White with #A67487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67487; }
p { color: rgb(166,116,135); }
H1.HeaderClassName
{
color: #A67487;
}
.AnyTagClassName
{
color: #A67487;
}
</style>
background-color css
<style>
a { background-color: #A67487; }
a { background-color: rgb(166,116,135); }
div.DivClassName
{
background-color: #A67487;
}
.BgClassName
{
background-color: #A67487;
}
</style>
border-color css
<style>
span { border-color: #A67487; }
span { border-color: rgb(166,116,135); }
td.TdClassName
{
border-color: #A67487;
}
.TagClassName
{
border-color: #A67487;
}
</style>