Shades of Tapestry #A67588
Tints of Tapestry #A67588
RGB
CMYK
RGB Variations
Color information
#A67588 (or 0xA67588) is known color: Tapestry. HEX triplet: A6, 75 and 88. RGB value is (166,117,136). Sum of RGB (Red+Green+Blue) = 166+117+136=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A67588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67588 is #598A77. Grayscale: #858585. Windows color (decimal): -5868152 or 8943014. OLE color: 8943014.
HSL color Cylindrical-coordinate representation of color #A67588: hue angle of 336.73º 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 #A67588 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 136 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.35 |
| HSL | 336.73º | 0.22% | 0.55% | - |
| HSV(B) | 336.73º | 0.3% | 0.65% | - |
| XYZ | 26.53 | 22.61 | 26.26 | - |
| YUV | 133.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 136 | 0 | 0.30 | 0.18 | 0.35 | 336.73 | 0.22 | 0.55 |
| Hex | A6 | 75 | 88 | 0 | 1E | 12 | 23 | 151 | 16 | 37 |
| Octal | 246 | 165 | 210 | 0 | 36 | 22 | 43 | 521 | 26 | 67 |
| Binary | 10100110 | 1110101 | 10001000 | 0 | 11110 | 10010 | 100011 | 101010001 | 10110 | 110111 |
Color Harmonies of #A67588
Complementary color
Monochromatic Colors of #A67588
Black with #A67588
Text Example
Text Example
White with #A67588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67588; }
p { color: rgb(166,117,136); }
H1.HeaderClassName
{
color: #A67588;
}
.AnyTagClassName
{
color: #A67588;
}
</style>
background-color css
<style>
a { background-color: #A67588; }
a { background-color: rgb(166,117,136); }
div.DivClassName
{
background-color: #A67588;
}
.BgClassName
{
background-color: #A67588;
}
</style>
border-color css
<style>
span { border-color: #A67588; }
span { border-color: rgb(166,117,136); }
td.TdClassName
{
border-color: #A67588;
}
.TagClassName
{
border-color: #A67588;
}
</style>