Shades of Tapestry #A4808A
Tints of Tapestry #A4808A
RGB
CMYK
RGB Variations
Color information
#A4808A (or 0xA4808A) is known color: Tapestry. HEX triplet: A4, 80 and 8A. RGB value is (164,128,138). Sum of RGB (Red+Green+Blue) = 164+128+138=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A4808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4808A is #5B7F75. Grayscale: #8B8B8B. Windows color (decimal): -5996406 or 9076900. OLE color: 9076900.
HSL color Cylindrical-coordinate representation of color #A4808A: hue angle of 343.33º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4808A is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 128 | 138 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.36 |
| HSL | 343.33º | 0.17% | 0.57% | - |
| HSV(B) | 343.33º | 0.22% | 0.64% | - |
| XYZ | 27.62 | 25.17 | 27.45 | - |
| YUV | 139.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 138 | 0 | 0.22 | 0.16 | 0.36 | 343.33 | 0.17 | 0.57 |
| Hex | A4 | 80 | 8A | 0 | 16 | 10 | 24 | 157 | 11 | 39 |
| Octal | 244 | 200 | 212 | 0 | 26 | 20 | 44 | 527 | 21 | 71 |
| Binary | 10100100 | 10000000 | 10001010 | 0 | 10110 | 10000 | 100100 | 101010111 | 10001 | 111001 |
Color Harmonies of #A4808A
Complementary color
Monochromatic Colors of #A4808A
Black with #A4808A
Text Example
Text Example
White with #A4808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4808A; }
p { color: rgb(164,128,138); }
H1.HeaderClassName
{
color: #A4808A;
}
.AnyTagClassName
{
color: #A4808A;
}
</style>
background-color css
<style>
a { background-color: #A4808A; }
a { background-color: rgb(164,128,138); }
div.DivClassName
{
background-color: #A4808A;
}
.BgClassName
{
background-color: #A4808A;
}
</style>
border-color css
<style>
span { border-color: #A4808A; }
span { border-color: rgb(164,128,138); }
td.TdClassName
{
border-color: #A4808A;
}
.TagClassName
{
border-color: #A4808A;
}
</style>