Shades of Tapestry #A26F80
Tints of Tapestry #A26F80
RGB
CMYK
RGB Variations
Color information
#A26F80 (or 0xA26F80) is known color: Tapestry. HEX triplet: A2, 6F and 80. RGB value is (162,111,128). Sum of RGB (Red+Green+Blue) = 162+111+128=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26F80 is #5D907F. Grayscale: #808080. Windows color (decimal): -6131840 or 8417186. OLE color: 8417186.
HSL color Cylindrical-coordinate representation of color #A26F80: hue angle of 340º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A26F80 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 128 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.36 |
| HSL | 340º | 0.22% | 0.54% | - |
| HSV(B) | 340º | 0.31% | 0.64% | - |
| XYZ | 24.48 | 20.61 | 23.11 | - |
| YUV | 128.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 128 | 0 | 0.31 | 0.21 | 0.36 | 340 | 0.22 | 0.54 |
| Hex | A2 | 6F | 80 | 0 | 1F | 15 | 24 | 154 | 16 | 36 |
| Octal | 242 | 157 | 200 | 0 | 37 | 25 | 44 | 524 | 26 | 66 |
| Binary | 10100010 | 1101111 | 10000000 | 0 | 11111 | 10101 | 100100 | 101010100 | 10110 | 110110 |
Color Harmonies of #A26F80
Complementary color
Monochromatic Colors of #A26F80
Black with #A26F80
Text Example
Text Example
White with #A26F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F80; }
p { color: rgb(162,111,128); }
H1.HeaderClassName
{
color: #A26F80;
}
.AnyTagClassName
{
color: #A26F80;
}
</style>
background-color css
<style>
a { background-color: #A26F80; }
a { background-color: rgb(162,111,128); }
div.DivClassName
{
background-color: #A26F80;
}
.BgClassName
{
background-color: #A26F80;
}
</style>
border-color css
<style>
span { border-color: #A26F80; }
span { border-color: rgb(162,111,128); }
td.TdClassName
{
border-color: #A26F80;
}
.TagClassName
{
border-color: #A26F80;
}
</style>