Shades of Tapestry #A68288
Tints of Tapestry #A68288
RGB
CMYK
RGB Variations
Color information
#A68288 (or 0xA68288) is known color: Tapestry. HEX triplet: A6, 82 and 88. RGB value is (166,130,136). Sum of RGB (Red+Green+Blue) = 166+130+136=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A68288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68288 is #597D77. Grayscale: #8D8D8D. Windows color (decimal): -5864824 or 8946342. OLE color: 8946342.
HSL color Cylindrical-coordinate representation of color #A68288: hue angle of 350º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A68288 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 136 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.35 |
| HSL | 350º | 0.17% | 0.58% | - |
| HSV(B) | 350º | 0.22% | 0.65% | - |
| XYZ | 28.15 | 25.85 | 26.8 | - |
| YUV | 141.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 136 | 0 | 0.22 | 0.18 | 0.35 | 350 | 0.17 | 0.58 |
| Hex | A6 | 82 | 88 | 0 | 16 | 12 | 23 | 15E | 11 | 3A |
| Octal | 246 | 202 | 210 | 0 | 26 | 22 | 43 | 536 | 21 | 72 |
| Binary | 10100110 | 10000010 | 10001000 | 0 | 10110 | 10010 | 100011 | 101011110 | 10001 | 111010 |
Color Harmonies of #A68288
Complementary color
Monochromatic Colors of #A68288
Black with #A68288
Text Example
Text Example
White with #A68288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68288; }
p { color: rgb(166,130,136); }
H1.HeaderClassName
{
color: #A68288;
}
.AnyTagClassName
{
color: #A68288;
}
</style>
background-color css
<style>
a { background-color: #A68288; }
a { background-color: rgb(166,130,136); }
div.DivClassName
{
background-color: #A68288;
}
.BgClassName
{
background-color: #A68288;
}
</style>
border-color css
<style>
span { border-color: #A68288; }
span { border-color: rgb(166,130,136); }
td.TdClassName
{
border-color: #A68288;
}
.TagClassName
{
border-color: #A68288;
}
</style>