Shades of Tapestry #A26C7F
Tints of Tapestry #A26C7F
RGB
CMYK
RGB Variations
Color information
#A26C7F (or 0xA26C7F) is known color: Tapestry. HEX triplet: A2, 6C and 7F. RGB value is (162,108,127). Sum of RGB (Red+Green+Blue) = 162+108+127=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C7F is #5D9380. Grayscale: #7E7E7E. Windows color (decimal): -6132609 or 8350882. OLE color: 8350882.
HSL color Cylindrical-coordinate representation of color #A26C7F: hue angle of 338.89º 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 #A26C7F is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 127 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.36 |
| HSL | 338.89º | 0.23% | 0.53% | - |
| HSV(B) | 338.89º | 0.33% | 0.64% | - |
| XYZ | 24.09 | 19.94 | 22.66 | - |
| YUV | 126.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 127 | 0 | 0.33 | 0.22 | 0.36 | 338.89 | 0.23 | 0.53 |
| Hex | A2 | 6C | 7F | 0 | 21 | 16 | 24 | 153 | 16 | 35 |
| Octal | 242 | 154 | 177 | 0 | 41 | 26 | 44 | 523 | 26 | 65 |
| Binary | 10100010 | 1101100 | 1111111 | 0 | 100001 | 10110 | 100100 | 101010011 | 10110 | 110101 |
Color Harmonies of #A26C7F
Complementary color
Monochromatic Colors of #A26C7F
Black with #A26C7F
Text Example
Text Example
White with #A26C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C7F; }
p { color: rgb(162,108,127); }
H1.HeaderClassName
{
color: #A26C7F;
}
.AnyTagClassName
{
color: #A26C7F;
}
</style>
background-color css
<style>
a { background-color: #A26C7F; }
a { background-color: rgb(162,108,127); }
div.DivClassName
{
background-color: #A26C7F;
}
.BgClassName
{
background-color: #A26C7F;
}
</style>
border-color css
<style>
span { border-color: #A26C7F; }
span { border-color: rgb(162,108,127); }
td.TdClassName
{
border-color: #A26C7F;
}
.TagClassName
{
border-color: #A26C7F;
}
</style>