Shades of Tapestry #A26A7D
Tints of Tapestry #A26A7D
RGB
CMYK
RGB Variations
Color information
#A26A7D (or 0xA26A7D) is known color: Tapestry. HEX triplet: A2, 6A and 7D. RGB value is (162,106,125). Sum of RGB (Red+Green+Blue) = 162+106+125=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26A7D is #5D9582. Grayscale: #7C7C7C. Windows color (decimal): -6133123 or 8219298. OLE color: 8219298.
HSL color Cylindrical-coordinate representation of color #A26A7D: hue angle of 339.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A26A7D is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 125 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.36 |
| HSL | 339.64º | 0.23% | 0.53% | - |
| HSV(B) | 339.64º | 0.35% | 0.64% | - |
| XYZ | 23.76 | 19.47 | 21.91 | - |
| YUV | 124.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 125 | 0 | 0.35 | 0.23 | 0.36 | 339.64 | 0.23 | 0.53 |
| Hex | A2 | 6A | 7D | 0 | 23 | 17 | 24 | 154 | 17 | 35 |
| Octal | 242 | 152 | 175 | 0 | 43 | 27 | 44 | 524 | 27 | 65 |
| Binary | 10100010 | 1101010 | 1111101 | 0 | 100011 | 10111 | 100100 | 101010100 | 10111 | 110101 |
Color Harmonies of #A26A7D
Complementary color
Monochromatic Colors of #A26A7D
Black with #A26A7D
Text Example
Text Example
White with #A26A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A7D; }
p { color: rgb(162,106,125); }
H1.HeaderClassName
{
color: #A26A7D;
}
.AnyTagClassName
{
color: #A26A7D;
}
</style>
background-color css
<style>
a { background-color: #A26A7D; }
a { background-color: rgb(162,106,125); }
div.DivClassName
{
background-color: #A26A7D;
}
.BgClassName
{
background-color: #A26A7D;
}
</style>
border-color css
<style>
span { border-color: #A26A7D; }
span { border-color: rgb(162,106,125); }
td.TdClassName
{
border-color: #A26A7D;
}
.TagClassName
{
border-color: #A26A7D;
}
</style>