Shades of Tapestry #AF8488
Tints of Tapestry #AF8488
RGB
CMYK
RGB Variations
Color information
#AF8488 (or 0xAF8488) is known color: Tapestry. HEX triplet: AF, 84 and 88. RGB value is (175,132,136). Sum of RGB (Red+Green+Blue) = 175+132+136=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8488 is #507B77. Grayscale: #919191. Windows color (decimal): -5274488 or 8946863. OLE color: 8946863.
HSL color Cylindrical-coordinate representation of color #AF8488: hue angle of 354.42º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF8488 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 136 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.31 |
| HSL | 354.42º | 0.21% | 0.6% | - |
| HSV(B) | 354.42º | 0.25% | 0.69% | - |
| XYZ | 30.37 | 27.39 | 26.98 | - |
| YUV | 145.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 136 | 0 | 0.25 | 0.22 | 0.31 | 354.42 | 0.21 | 0.6 |
| Hex | AF | 84 | 88 | 0 | 19 | 16 | 1F | 162 | 15 | 3C |
| Octal | 257 | 204 | 210 | 0 | 31 | 26 | 37 | 542 | 25 | 74 |
| Binary | 10101111 | 10000100 | 10001000 | 0 | 11001 | 10110 | 11111 | 101100010 | 10101 | 111100 |
Color Harmonies of #AF8488
Complementary color
Monochromatic Colors of #AF8488
Black with #AF8488
Text Example
Text Example
White with #AF8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8488; }
p { color: rgb(175,132,136); }
H1.HeaderClassName
{
color: #AF8488;
}
.AnyTagClassName
{
color: #AF8488;
}
</style>
background-color css
<style>
a { background-color: #AF8488; }
a { background-color: rgb(175,132,136); }
div.DivClassName
{
background-color: #AF8488;
}
.BgClassName
{
background-color: #AF8488;
}
</style>
border-color css
<style>
span { border-color: #AF8488; }
span { border-color: rgb(175,132,136); }
td.TdClassName
{
border-color: #AF8488;
}
.TagClassName
{
border-color: #AF8488;
}
</style>