Shades of Tapestry #AF888A
Tints of Tapestry #AF888A
RGB
CMYK
RGB Variations
Color information
#AF888A (or 0xAF888A) is known color: Tapestry. HEX triplet: AF, 88 and 8A. RGB value is (175,136,138). Sum of RGB (Red+Green+Blue) = 175+136+138=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF888A is #507775. Grayscale: #939393. Windows color (decimal): -5273462 or 9078959. OLE color: 9078959.
HSL color Cylindrical-coordinate representation of color #AF888A: hue angle of 356.92º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF888A is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 138 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.31 |
| HSL | 356.92º | 0.2% | 0.61% | - |
| HSV(B) | 356.92º | 0.22% | 0.69% | - |
| XYZ | 31.07 | 28.56 | 27.92 | - |
| YUV | 147.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 138 | 0 | 0.22 | 0.21 | 0.31 | 356.92 | 0.2 | 0.61 |
| Hex | AF | 88 | 8A | 0 | 16 | 15 | 1F | 165 | 14 | 3D |
| Octal | 257 | 210 | 212 | 0 | 26 | 25 | 37 | 545 | 24 | 75 |
| Binary | 10101111 | 10001000 | 10001010 | 0 | 10110 | 10101 | 11111 | 101100101 | 10100 | 111101 |
Color Harmonies of #AF888A
Complementary color
Monochromatic Colors of #AF888A
Black with #AF888A
Text Example
Text Example
White with #AF888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF888A; }
p { color: rgb(175,136,138); }
H1.HeaderClassName
{
color: #AF888A;
}
.AnyTagClassName
{
color: #AF888A;
}
</style>
background-color css
<style>
a { background-color: #AF888A; }
a { background-color: rgb(175,136,138); }
div.DivClassName
{
background-color: #AF888A;
}
.BgClassName
{
background-color: #AF888A;
}
</style>
border-color css
<style>
span { border-color: #AF888A; }
span { border-color: rgb(175,136,138); }
td.TdClassName
{
border-color: #AF888A;
}
.TagClassName
{
border-color: #AF888A;
}
</style>