Shades of Tapestry #AF8288
Tints of Tapestry #AF8288
RGB
CMYK
RGB Variations
Color information
#AF8288 (or 0xAF8288) is known color: Tapestry. HEX triplet: AF, 82 and 88. RGB value is (175,130,136). Sum of RGB (Red+Green+Blue) = 175+130+136=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8288 is #507D77. Grayscale: #909090. Windows color (decimal): -5275000 or 8946351. OLE color: 8946351.
HSL color Cylindrical-coordinate representation of color #AF8288: hue angle of 352º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8288 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 136 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.31 |
| HSL | 352º | 0.22% | 0.6% | - |
| HSV(B) | 352º | 0.26% | 0.69% | - |
| XYZ | 30.11 | 26.86 | 26.89 | - |
| YUV | 144.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 136 | 0 | 0.26 | 0.22 | 0.31 | 352 | 0.22 | 0.6 |
| Hex | AF | 82 | 88 | 0 | 1A | 16 | 1F | 160 | 16 | 3C |
| Octal | 257 | 202 | 210 | 0 | 32 | 26 | 37 | 540 | 26 | 74 |
| Binary | 10101111 | 10000010 | 10001000 | 0 | 11010 | 10110 | 11111 | 101100000 | 10110 | 111100 |
Color Harmonies of #AF8288
Complementary color
Monochromatic Colors of #AF8288
Black with #AF8288
Text Example
Text Example
White with #AF8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8288; }
p { color: rgb(175,130,136); }
H1.HeaderClassName
{
color: #AF8288;
}
.AnyTagClassName
{
color: #AF8288;
}
</style>
background-color css
<style>
a { background-color: #AF8288; }
a { background-color: rgb(175,130,136); }
div.DivClassName
{
background-color: #AF8288;
}
.BgClassName
{
background-color: #AF8288;
}
</style>
border-color css
<style>
span { border-color: #AF8288; }
span { border-color: rgb(175,130,136); }
td.TdClassName
{
border-color: #AF8288;
}
.TagClassName
{
border-color: #AF8288;
}
</style>