Shades of Tapestry #A8838B
Tints of Tapestry #A8838B
RGB
CMYK
RGB Variations
Color information
#A8838B (or 0xA8838B) is known color: Tapestry. HEX triplet: A8, 83 and 8B. RGB value is (168,131,139). Sum of RGB (Red+Green+Blue) = 168+131+139=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A8838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8838B is #577C74. Grayscale: #8E8E8E. Windows color (decimal): -5733493 or 9143208. OLE color: 9143208.
HSL color Cylindrical-coordinate representation of color #A8838B: hue angle of 347.03º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8838B is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 139 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.34 |
| HSL | 347.03º | 0.18% | 0.59% | - |
| HSV(B) | 347.03º | 0.22% | 0.66% | - |
| XYZ | 28.92 | 26.42 | 28 | - |
| YUV | 142.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 139 | 0 | 0.22 | 0.17 | 0.34 | 347.03 | 0.18 | 0.59 |
| Hex | A8 | 83 | 8B | 0 | 16 | 11 | 22 | 15B | 12 | 3B |
| Octal | 250 | 203 | 213 | 0 | 26 | 21 | 42 | 533 | 22 | 73 |
| Binary | 10101000 | 10000011 | 10001011 | 0 | 10110 | 10001 | 100010 | 101011011 | 10010 | 111011 |
Color Harmonies of #A8838B
Complementary color
Monochromatic Colors of #A8838B
Black with #A8838B
Text Example
Text Example
White with #A8838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8838B; }
p { color: rgb(168,131,139); }
H1.HeaderClassName
{
color: #A8838B;
}
.AnyTagClassName
{
color: #A8838B;
}
</style>
background-color css
<style>
a { background-color: #A8838B; }
a { background-color: rgb(168,131,139); }
div.DivClassName
{
background-color: #A8838B;
}
.BgClassName
{
background-color: #A8838B;
}
</style>
border-color css
<style>
span { border-color: #A8838B; }
span { border-color: rgb(168,131,139); }
td.TdClassName
{
border-color: #A8838B;
}
.TagClassName
{
border-color: #A8838B;
}
</style>