Shades of Tapestry #AF888B
Tints of Tapestry #AF888B
RGB
CMYK
RGB Variations
Color information
#AF888B (or 0xAF888B) is known color: Tapestry. HEX triplet: AF, 88 and 8B. RGB value is (175,136,139). Sum of RGB (Red+Green+Blue) = 175+136+139=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF888B is #507774. Grayscale: #949494. Windows color (decimal): -5273461 or 9144495. OLE color: 9144495.
HSL color Cylindrical-coordinate representation of color #AF888B: hue angle of 355.38º 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 #AF888B is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 139 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.31 |
| HSL | 355.38º | 0.2% | 0.61% | - |
| HSV(B) | 355.38º | 0.22% | 0.69% | - |
| XYZ | 31.14 | 28.59 | 28.3 | - |
| YUV | 148 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 139 | 0 | 0.22 | 0.21 | 0.31 | 355.38 | 0.2 | 0.61 |
| Hex | AF | 88 | 8B | 0 | 16 | 15 | 1F | 163 | 14 | 3D |
| Octal | 257 | 210 | 213 | 0 | 26 | 25 | 37 | 543 | 24 | 75 |
| Binary | 10101111 | 10001000 | 10001011 | 0 | 10110 | 10101 | 11111 | 101100011 | 10100 | 111101 |
Color Harmonies of #AF888B
Complementary color
Monochromatic Colors of #AF888B
Black with #AF888B
Text Example
Text Example
White with #AF888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF888B; }
p { color: rgb(175,136,139); }
H1.HeaderClassName
{
color: #AF888B;
}
.AnyTagClassName
{
color: #AF888B;
}
</style>
background-color css
<style>
a { background-color: #AF888B; }
a { background-color: rgb(175,136,139); }
div.DivClassName
{
background-color: #AF888B;
}
.BgClassName
{
background-color: #AF888B;
}
</style>
border-color css
<style>
span { border-color: #AF888B; }
span { border-color: rgb(175,136,139); }
td.TdClassName
{
border-color: #AF888B;
}
.TagClassName
{
border-color: #AF888B;
}
</style>