Shades of Tapestry #A8848A
Tints of Tapestry #A8848A
RGB
CMYK
RGB Variations
Color information
#A8848A (or 0xA8848A) is known color: Tapestry. HEX triplet: A8, 84 and 8A. RGB value is (168,132,138). Sum of RGB (Red+Green+Blue) = 168+132+138=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A8848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8848A is #577B75. Grayscale: #8F8F8F. Windows color (decimal): -5733238 or 9077928. OLE color: 9077928.
HSL color Cylindrical-coordinate representation of color #A8848A: hue angle of 350º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8848A is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 138 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.34 |
| HSL | 350º | 0.17% | 0.59% | - |
| HSV(B) | 350º | 0.21% | 0.66% | - |
| XYZ | 28.99 | 26.66 | 27.66 | - |
| YUV | 143.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 138 | 0 | 0.21 | 0.18 | 0.34 | 350 | 0.17 | 0.59 |
| Hex | A8 | 84 | 8A | 0 | 15 | 12 | 22 | 15E | 11 | 3B |
| Octal | 250 | 204 | 212 | 0 | 25 | 22 | 42 | 536 | 21 | 73 |
| Binary | 10101000 | 10000100 | 10001010 | 0 | 10101 | 10010 | 100010 | 101011110 | 10001 | 111011 |
Color Harmonies of #A8848A
Complementary color
Monochromatic Colors of #A8848A
Black with #A8848A
Text Example
Text Example
White with #A8848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8848A; }
p { color: rgb(168,132,138); }
H1.HeaderClassName
{
color: #A8848A;
}
.AnyTagClassName
{
color: #A8848A;
}
</style>
background-color css
<style>
a { background-color: #A8848A; }
a { background-color: rgb(168,132,138); }
div.DivClassName
{
background-color: #A8848A;
}
.BgClassName
{
background-color: #A8848A;
}
</style>
border-color css
<style>
span { border-color: #A8848A; }
span { border-color: rgb(168,132,138); }
td.TdClassName
{
border-color: #A8848A;
}
.TagClassName
{
border-color: #A8848A;
}
</style>