Shades of Tapestry #A26C80
Tints of Tapestry #A26C80
RGB
CMYK
RGB Variations
Color information
#A26C80 (or 0xA26C80) is known color: Tapestry. HEX triplet: A2, 6C and 80. RGB value is (162,108,128). Sum of RGB (Red+Green+Blue) = 162+108+128=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26C80 is #5D937F. Grayscale: #7E7E7E. Windows color (decimal): -6132608 or 8416418. OLE color: 8416418.
HSL color Cylindrical-coordinate representation of color #A26C80: hue angle of 337.78º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A26C80 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 128 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.36 |
| HSL | 337.78º | 0.23% | 0.53% | - |
| HSV(B) | 337.78º | 0.33% | 0.64% | - |
| XYZ | 24.16 | 19.97 | 23 | - |
| YUV | 126.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 128 | 0 | 0.33 | 0.21 | 0.36 | 337.78 | 0.23 | 0.53 |
| Hex | A2 | 6C | 80 | 0 | 21 | 15 | 24 | 152 | 16 | 35 |
| Octal | 242 | 154 | 200 | 0 | 41 | 25 | 44 | 522 | 26 | 65 |
| Binary | 10100010 | 1101100 | 10000000 | 0 | 100001 | 10101 | 100100 | 101010010 | 10110 | 110101 |
Color Harmonies of #A26C80
Complementary color
Monochromatic Colors of #A26C80
Black with #A26C80
Text Example
Text Example
White with #A26C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C80; }
p { color: rgb(162,108,128); }
H1.HeaderClassName
{
color: #A26C80;
}
.AnyTagClassName
{
color: #A26C80;
}
</style>
background-color css
<style>
a { background-color: #A26C80; }
a { background-color: rgb(162,108,128); }
div.DivClassName
{
background-color: #A26C80;
}
.BgClassName
{
background-color: #A26C80;
}
</style>
border-color css
<style>
span { border-color: #A26C80; }
span { border-color: rgb(162,108,128); }
td.TdClassName
{
border-color: #A26C80;
}
.TagClassName
{
border-color: #A26C80;
}
</style>