Shades of Tapestry #A87583
Tints of Tapestry #A87583
RGB
CMYK
RGB Variations
Color information
#A87583 (or 0xA87583) is known color: Tapestry. HEX triplet: A8, 75 and 83. RGB value is (168,117,131). Sum of RGB (Red+Green+Blue) = 168+117+131=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A87583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87583 is #578A7C. Grayscale: #858585. Windows color (decimal): -5737085 or 8615336. OLE color: 8615336.
HSL color Cylindrical-coordinate representation of color #A87583: hue angle of 343.53º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87583 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 131 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.34 |
| HSL | 343.53º | 0.23% | 0.56% | - |
| HSV(B) | 343.53º | 0.3% | 0.66% | - |
| XYZ | 26.61 | 22.69 | 24.45 | - |
| YUV | 133.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 131 | 0 | 0.30 | 0.22 | 0.34 | 343.53 | 0.23 | 0.56 |
| Hex | A8 | 75 | 83 | 0 | 1E | 16 | 22 | 158 | 17 | 38 |
| Octal | 250 | 165 | 203 | 0 | 36 | 26 | 42 | 530 | 27 | 70 |
| Binary | 10101000 | 1110101 | 10000011 | 0 | 11110 | 10110 | 100010 | 101011000 | 10111 | 111000 |
Color Harmonies of #A87583
Complementary color
Monochromatic Colors of #A87583
Black with #A87583
Text Example
Text Example
White with #A87583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87583; }
p { color: rgb(168,117,131); }
H1.HeaderClassName
{
color: #A87583;
}
.AnyTagClassName
{
color: #A87583;
}
</style>
background-color css
<style>
a { background-color: #A87583; }
a { background-color: rgb(168,117,131); }
div.DivClassName
{
background-color: #A87583;
}
.BgClassName
{
background-color: #A87583;
}
</style>
border-color css
<style>
span { border-color: #A87583; }
span { border-color: rgb(168,117,131); }
td.TdClassName
{
border-color: #A87583;
}
.TagClassName
{
border-color: #A87583;
}
</style>