Shades of Tapestry #AF8090
Tints of Tapestry #AF8090
RGB
CMYK
RGB Variations
Color information
#AF8090 (or 0xAF8090) is known color: Tapestry. HEX triplet: AF, 80 and 90. RGB value is (175,128,144). Sum of RGB (Red+Green+Blue) = 175+128+144=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8090 is #507F6F. Grayscale: #8F8F8F. Windows color (decimal): -5275504 or 9470127. OLE color: 9470127.
HSL color Cylindrical-coordinate representation of color #AF8090: hue angle of 339.57º 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 #AF8090 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 144 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.31 |
| HSL | 339.57º | 0.23% | 0.59% | - |
| HSV(B) | 339.57º | 0.27% | 0.69% | - |
| XYZ | 30.43 | 26.57 | 29.91 | - |
| YUV | 143.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 144 | 0 | 0.27 | 0.18 | 0.31 | 339.57 | 0.23 | 0.59 |
| Hex | AF | 80 | 90 | 0 | 1B | 12 | 1F | 154 | 17 | 3B |
| Octal | 257 | 200 | 220 | 0 | 33 | 22 | 37 | 524 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10010000 | 0 | 11011 | 10010 | 11111 | 101010100 | 10111 | 111011 |
Color Harmonies of #AF8090
Complementary color
Monochromatic Colors of #AF8090
Black with #AF8090
Text Example
Text Example
White with #AF8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8090; }
p { color: rgb(175,128,144); }
H1.HeaderClassName
{
color: #AF8090;
}
.AnyTagClassName
{
color: #AF8090;
}
</style>
background-color css
<style>
a { background-color: #AF8090; }
a { background-color: rgb(175,128,144); }
div.DivClassName
{
background-color: #AF8090;
}
.BgClassName
{
background-color: #AF8090;
}
</style>
border-color css
<style>
span { border-color: #AF8090; }
span { border-color: rgb(175,128,144); }
td.TdClassName
{
border-color: #AF8090;
}
.TagClassName
{
border-color: #AF8090;
}
</style>