Shades of Tapestry #AF8590
Tints of Tapestry #AF8590
RGB
CMYK
RGB Variations
Color information
#AF8590 (or 0xAF8590) is known color: Tapestry. HEX triplet: AF, 85 and 90. RGB value is (175,133,144). Sum of RGB (Red+Green+Blue) = 175+133+144=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8590 is #507A6F. Grayscale: #929292. Windows color (decimal): -5274224 or 9471407. OLE color: 9471407.
HSL color Cylindrical-coordinate representation of color #AF8590: hue angle of 344.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8590 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 144 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.31 |
| HSL | 344.29º | 0.21% | 0.6% | - |
| HSV(B) | 344.29º | 0.24% | 0.69% | - |
| XYZ | 31.1 | 27.9 | 30.13 | - |
| YUV | 146.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 144 | 0 | 0.24 | 0.18 | 0.31 | 344.29 | 0.21 | 0.6 |
| Hex | AF | 85 | 90 | 0 | 18 | 12 | 1F | 158 | 15 | 3C |
| Octal | 257 | 205 | 220 | 0 | 30 | 22 | 37 | 530 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10010000 | 0 | 11000 | 10010 | 11111 | 101011000 | 10101 | 111100 |
Color Harmonies of #AF8590
Complementary color
Monochromatic Colors of #AF8590
Black with #AF8590
Text Example
Text Example
White with #AF8590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8590; }
p { color: rgb(175,133,144); }
H1.HeaderClassName
{
color: #AF8590;
}
.AnyTagClassName
{
color: #AF8590;
}
</style>
background-color css
<style>
a { background-color: #AF8590; }
a { background-color: rgb(175,133,144); }
div.DivClassName
{
background-color: #AF8590;
}
.BgClassName
{
background-color: #AF8590;
}
</style>
border-color css
<style>
span { border-color: #AF8590; }
span { border-color: rgb(175,133,144); }
td.TdClassName
{
border-color: #AF8590;
}
.TagClassName
{
border-color: #AF8590;
}
</style>