Shades of Tapestry #A07081
Tints of Tapestry #A07081
RGB
CMYK
RGB Variations
Color information
#A07081 (or 0xA07081) is known color: Tapestry. HEX triplet: A0, 70 and 81. RGB value is (160,112,129). Sum of RGB (Red+Green+Blue) = 160+112+129=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A07081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07081 is #5F8F7E. Grayscale: #808080. Windows color (decimal): -6262655 or 8482976. OLE color: 8482976.
HSL color Cylindrical-coordinate representation of color #A07081: hue angle of 338.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07081 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 129 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.37 |
| HSL | 338.75º | 0.2% | 0.53% | - |
| HSV(B) | 338.75º | 0.3% | 0.63% | - |
| XYZ | 24.25 | 20.65 | 23.48 | - |
| YUV | 128.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 129 | 0 | 0.30 | 0.19 | 0.37 | 338.75 | 0.2 | 0.53 |
| Hex | A0 | 70 | 81 | 0 | 1E | 13 | 25 | 153 | 14 | 35 |
| Octal | 240 | 160 | 201 | 0 | 36 | 23 | 45 | 523 | 24 | 65 |
| Binary | 10100000 | 1110000 | 10000001 | 0 | 11110 | 10011 | 100101 | 101010011 | 10100 | 110101 |
Color Harmonies of #A07081
Complementary color
Monochromatic Colors of #A07081
Black with #A07081
Text Example
Text Example
White with #A07081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07081; }
p { color: rgb(160,112,129); }
H1.HeaderClassName
{
color: #A07081;
}
.AnyTagClassName
{
color: #A07081;
}
</style>
background-color css
<style>
a { background-color: #A07081; }
a { background-color: rgb(160,112,129); }
div.DivClassName
{
background-color: #A07081;
}
.BgClassName
{
background-color: #A07081;
}
</style>
border-color css
<style>
span { border-color: #A07081; }
span { border-color: rgb(160,112,129); }
td.TdClassName
{
border-color: #A07081;
}
.TagClassName
{
border-color: #A07081;
}
</style>