Shades of Tapestry #A47280
Tints of Tapestry #A47280
RGB
CMYK
RGB Variations
Color information
#A47280 (or 0xA47280) is known color: Tapestry. HEX triplet: A4, 72 and 80. RGB value is (164,114,128). Sum of RGB (Red+Green+Blue) = 164+114+128=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A47280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47280 is #5B8D7F. Grayscale: #828282. Windows color (decimal): -6000000 or 8417956. OLE color: 8417956.
HSL color Cylindrical-coordinate representation of color #A47280: hue angle of 343.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47280 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 128 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.36 |
| HSL | 343.2º | 0.22% | 0.55% | - |
| HSV(B) | 343.2º | 0.3% | 0.64% | - |
| XYZ | 25.22 | 21.49 | 23.24 | - |
| YUV | 130.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 128 | 0 | 0.30 | 0.22 | 0.36 | 343.2 | 0.22 | 0.55 |
| Hex | A4 | 72 | 80 | 0 | 1E | 16 | 24 | 157 | 16 | 37 |
| Octal | 244 | 162 | 200 | 0 | 36 | 26 | 44 | 527 | 26 | 67 |
| Binary | 10100100 | 1110010 | 10000000 | 0 | 11110 | 10110 | 100100 | 101010111 | 10110 | 110111 |
Color Harmonies of #A47280
Complementary color
Monochromatic Colors of #A47280
Black with #A47280
Text Example
Text Example
White with #A47280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47280; }
p { color: rgb(164,114,128); }
H1.HeaderClassName
{
color: #A47280;
}
.AnyTagClassName
{
color: #A47280;
}
</style>
background-color css
<style>
a { background-color: #A47280; }
a { background-color: rgb(164,114,128); }
div.DivClassName
{
background-color: #A47280;
}
.BgClassName
{
background-color: #A47280;
}
</style>
border-color css
<style>
span { border-color: #A47280; }
span { border-color: rgb(164,114,128); }
td.TdClassName
{
border-color: #A47280;
}
.TagClassName
{
border-color: #A47280;
}
</style>