Shades of Tapestry #A4828A
Tints of Tapestry #A4828A
RGB
CMYK
RGB Variations
Color information
#A4828A (or 0xA4828A) is known color: Tapestry. HEX triplet: A4, 82 and 8A. RGB value is (164,130,138). Sum of RGB (Red+Green+Blue) = 164+130+138=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A4828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4828A is #5B7D75. Grayscale: #8D8D8D. Windows color (decimal): -5995894 or 9077412. OLE color: 9077412.
HSL color Cylindrical-coordinate representation of color #A4828A: hue angle of 345.88º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4828A is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 138 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.36 |
| HSL | 345.88º | 0.16% | 0.58% | - |
| HSV(B) | 345.88º | 0.21% | 0.64% | - |
| XYZ | 27.88 | 25.69 | 27.53 | - |
| YUV | 141.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 138 | 0 | 0.21 | 0.16 | 0.36 | 345.88 | 0.16 | 0.58 |
| Hex | A4 | 82 | 8A | 0 | 15 | 10 | 24 | 15A | 10 | 3A |
| Octal | 244 | 202 | 212 | 0 | 25 | 20 | 44 | 532 | 20 | 72 |
| Binary | 10100100 | 10000010 | 10001010 | 0 | 10101 | 10000 | 100100 | 101011010 | 10000 | 111010 |
Color Harmonies of #A4828A
Complementary color
Monochromatic Colors of #A4828A
Black with #A4828A
Text Example
Text Example
White with #A4828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4828A; }
p { color: rgb(164,130,138); }
H1.HeaderClassName
{
color: #A4828A;
}
.AnyTagClassName
{
color: #A4828A;
}
</style>
background-color css
<style>
a { background-color: #A4828A; }
a { background-color: rgb(164,130,138); }
div.DivClassName
{
background-color: #A4828A;
}
.BgClassName
{
background-color: #A4828A;
}
</style>
border-color css
<style>
span { border-color: #A4828A; }
span { border-color: rgb(164,130,138); }
td.TdClassName
{
border-color: #A4828A;
}
.TagClassName
{
border-color: #A4828A;
}
</style>