Shades of Tapestry #A8748A
Tints of Tapestry #A8748A
RGB
CMYK
RGB Variations
Color information
#A8748A (or 0xA8748A) is known color: Tapestry. HEX triplet: A8, 74 and 8A. RGB value is (168,116,138). Sum of RGB (Red+Green+Blue) = 168+116+138=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8748A is #578B75. Grayscale: #868686. Windows color (decimal): -5737334 or 9073832. OLE color: 9073832.
HSL color Cylindrical-coordinate representation of color #A8748A: hue angle of 334.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8748A is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 138 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.34 |
| HSL | 334.62º | 0.23% | 0.56% | - |
| HSV(B) | 334.62º | 0.31% | 0.66% | - |
| XYZ | 26.98 | 22.65 | 26.99 | - |
| YUV | 134.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 138 | 0 | 0.31 | 0.18 | 0.34 | 334.62 | 0.23 | 0.56 |
| Hex | A8 | 74 | 8A | 0 | 1F | 12 | 22 | 14F | 17 | 38 |
| Octal | 250 | 164 | 212 | 0 | 37 | 22 | 42 | 517 | 27 | 70 |
| Binary | 10101000 | 1110100 | 10001010 | 0 | 11111 | 10010 | 100010 | 101001111 | 10111 | 111000 |
Color Harmonies of #A8748A
Complementary color
Monochromatic Colors of #A8748A
Black with #A8748A
Text Example
Text Example
White with #A8748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8748A; }
p { color: rgb(168,116,138); }
H1.HeaderClassName
{
color: #A8748A;
}
.AnyTagClassName
{
color: #A8748A;
}
</style>
background-color css
<style>
a { background-color: #A8748A; }
a { background-color: rgb(168,116,138); }
div.DivClassName
{
background-color: #A8748A;
}
.BgClassName
{
background-color: #A8748A;
}
</style>
border-color css
<style>
span { border-color: #A8748A; }
span { border-color: rgb(168,116,138); }
td.TdClassName
{
border-color: #A8748A;
}
.TagClassName
{
border-color: #A8748A;
}
</style>