Shades of Tapestry #AF888C
Tints of Tapestry #AF888C
RGB
CMYK
RGB Variations
Color information
#AF888C (or 0xAF888C) is known color: Tapestry. HEX triplet: AF, 88 and 8C. RGB value is (175,136,140). Sum of RGB (Red+Green+Blue) = 175+136+140=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF888C is #507773. Grayscale: #949494. Windows color (decimal): -5273460 or 9210031. OLE color: 9210031.
HSL color Cylindrical-coordinate representation of color #AF888C: hue angle of 353.85º 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 #AF888C is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 140 | - |
| CMYK | 0 | 0.22 | 0.2 | 0.31 |
| HSL | 353.85º | 0.2% | 0.61% | - |
| HSV(B) | 353.85º | 0.22% | 0.69% | - |
| XYZ | 31.22 | 28.62 | 28.69 | - |
| YUV | 148.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 140 | 0 | 0.22 | 0.2 | 0.31 | 353.85 | 0.2 | 0.61 |
| Hex | AF | 88 | 8C | 0 | 16 | 14 | 1F | 162 | 14 | 3D |
| Octal | 257 | 210 | 214 | 0 | 26 | 24 | 37 | 542 | 24 | 75 |
| Binary | 10101111 | 10001000 | 10001100 | 0 | 10110 | 10100 | 11111 | 101100010 | 10100 | 111101 |
Color Harmonies of #AF888C
Complementary color
Monochromatic Colors of #AF888C
Black with #AF888C
Text Example
Text Example
White with #AF888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF888C; }
p { color: rgb(175,136,140); }
H1.HeaderClassName
{
color: #AF888C;
}
.AnyTagClassName
{
color: #AF888C;
}
</style>
background-color css
<style>
a { background-color: #AF888C; }
a { background-color: rgb(175,136,140); }
div.DivClassName
{
background-color: #AF888C;
}
.BgClassName
{
background-color: #AF888C;
}
</style>
border-color css
<style>
span { border-color: #AF888C; }
span { border-color: rgb(175,136,140); }
td.TdClassName
{
border-color: #AF888C;
}
.TagClassName
{
border-color: #AF888C;
}
</style>