Shades of Tapestry #AF8091
Tints of Tapestry #AF8091
RGB
CMYK
RGB Variations
Color information
#AF8091 (or 0xAF8091) is known color: Tapestry. HEX triplet: AF, 80 and 91. RGB value is (175,128,145). Sum of RGB (Red+Green+Blue) = 175+128+145=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8091 is #507F6E. Grayscale: #8F8F8F. Windows color (decimal): -5275503 or 9535663. OLE color: 9535663.
HSL color Cylindrical-coordinate representation of color #AF8091: hue angle of 338.3º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8091 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 145 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.31 |
| HSL | 338.3º | 0.23% | 0.59% | - |
| HSV(B) | 338.3º | 0.27% | 0.69% | - |
| XYZ | 30.51 | 26.6 | 30.31 | - |
| YUV | 143.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 145 | 0 | 0.27 | 0.17 | 0.31 | 338.3 | 0.23 | 0.59 |
| Hex | AF | 80 | 91 | 0 | 1B | 11 | 1F | 152 | 17 | 3B |
| Octal | 257 | 200 | 221 | 0 | 33 | 21 | 37 | 522 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10010001 | 0 | 11011 | 10001 | 11111 | 101010010 | 10111 | 111011 |
Color Harmonies of #AF8091
Complementary color
Monochromatic Colors of #AF8091
Black with #AF8091
Text Example
Text Example
White with #AF8091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8091; }
p { color: rgb(175,128,145); }
H1.HeaderClassName
{
color: #AF8091;
}
.AnyTagClassName
{
color: #AF8091;
}
</style>
background-color css
<style>
a { background-color: #AF8091; }
a { background-color: rgb(175,128,145); }
div.DivClassName
{
background-color: #AF8091;
}
.BgClassName
{
background-color: #AF8091;
}
</style>
border-color css
<style>
span { border-color: #AF8091; }
span { border-color: rgb(175,128,145); }
td.TdClassName
{
border-color: #AF8091;
}
.TagClassName
{
border-color: #AF8091;
}
</style>