Shades of Tapestry #A95E7B
Tints of Tapestry #A95E7B
RGB
CMYK
RGB Variations
Color information
#A95E7B (or 0xA95E7B) is known color: Tapestry. HEX triplet: A9, 5E and 7B. RGB value is (169,94,123). Sum of RGB (Red+Green+Blue) = 169+94+123=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E7B is #56A184. Grayscale: #777777. Windows color (decimal): -5677445 or 8085161. OLE color: 8085161.
HSL color Cylindrical-coordinate representation of color #A95E7B: hue angle of 336.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95E7B is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 94 | 123 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.34 |
| HSL | 336.8º | 0.3% | 0.52% | - |
| HSV(B) | 336.8º | 0.44% | 0.66% | - |
| XYZ | 23.94 | 17.87 | 20.93 | - |
| YUV | 119.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 123 | 0 | 0.44 | 0.27 | 0.34 | 336.8 | 0.3 | 0.52 |
| Hex | A9 | 5E | 7B | 0 | 2C | 1B | 22 | 151 | 1E | 34 |
| Octal | 251 | 136 | 173 | 0 | 54 | 33 | 42 | 521 | 36 | 64 |
| Binary | 10101001 | 1011110 | 1111011 | 0 | 101100 | 11011 | 100010 | 101010001 | 11110 | 110100 |
Color Harmonies of #A95E7B
Complementary color
Monochromatic Colors of #A95E7B
Black with #A95E7B
Text Example
Text Example
White with #A95E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95E7B; }
p { color: rgb(169,94,123); }
H1.HeaderClassName
{
color: #A95E7B;
}
.AnyTagClassName
{
color: #A95E7B;
}
</style>
background-color css
<style>
a { background-color: #A95E7B; }
a { background-color: rgb(169,94,123); }
div.DivClassName
{
background-color: #A95E7B;
}
.BgClassName
{
background-color: #A95E7B;
}
</style>
border-color css
<style>
span { border-color: #A95E7B; }
span { border-color: rgb(169,94,123); }
td.TdClassName
{
border-color: #A95E7B;
}
.TagClassName
{
border-color: #A95E7B;
}
</style>