Shades of Tapestry #A8758A
Tints of Tapestry #A8758A
RGB
CMYK
RGB Variations
Color information
#A8758A (or 0xA8758A) is known color: Tapestry. HEX triplet: A8, 75 and 8A. RGB value is (168,117,138). Sum of RGB (Red+Green+Blue) = 168+117+138=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8758A is #578A75. Grayscale: #868686. Windows color (decimal): -5737078 or 9074088. OLE color: 9074088.
HSL color Cylindrical-coordinate representation of color #A8758A: hue angle of 335.29º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8758A is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 138 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.34 |
| HSL | 335.29º | 0.23% | 0.56% | - |
| HSV(B) | 335.29º | 0.3% | 0.66% | - |
| XYZ | 27.1 | 22.88 | 27.03 | - |
| YUV | 134.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 138 | 0 | 0.30 | 0.18 | 0.34 | 335.29 | 0.23 | 0.56 |
| Hex | A8 | 75 | 8A | 0 | 1E | 12 | 22 | 14F | 17 | 38 |
| Octal | 250 | 165 | 212 | 0 | 36 | 22 | 42 | 517 | 27 | 70 |
| Binary | 10101000 | 1110101 | 10001010 | 0 | 11110 | 10010 | 100010 | 101001111 | 10111 | 111000 |
Color Harmonies of #A8758A
Complementary color
Monochromatic Colors of #A8758A
Black with #A8758A
Text Example
Text Example
White with #A8758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8758A; }
p { color: rgb(168,117,138); }
H1.HeaderClassName
{
color: #A8758A;
}
.AnyTagClassName
{
color: #A8758A;
}
</style>
background-color css
<style>
a { background-color: #A8758A; }
a { background-color: rgb(168,117,138); }
div.DivClassName
{
background-color: #A8758A;
}
.BgClassName
{
background-color: #A8758A;
}
</style>
border-color css
<style>
span { border-color: #A8758A; }
span { border-color: rgb(168,117,138); }
td.TdClassName
{
border-color: #A8758A;
}
.TagClassName
{
border-color: #A8758A;
}
</style>