Shades of Tapestry #AF8490
Tints of Tapestry #AF8490
RGB
CMYK
RGB Variations
Color information
#AF8490 (or 0xAF8490) is known color: Tapestry. HEX triplet: AF, 84 and 90. RGB value is (175,132,144). Sum of RGB (Red+Green+Blue) = 175+132+144=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8490 is #507B6F. Grayscale: #929292. Windows color (decimal): -5274480 or 9471151. OLE color: 9471151.
HSL color Cylindrical-coordinate representation of color #AF8490: hue angle of 343.26º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF8490 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 144 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.31 |
| HSL | 343.26º | 0.21% | 0.6% | - |
| HSV(B) | 343.26º | 0.25% | 0.69% | - |
| XYZ | 30.96 | 27.63 | 30.09 | - |
| YUV | 146.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 144 | 0 | 0.25 | 0.18 | 0.31 | 343.26 | 0.21 | 0.6 |
| Hex | AF | 84 | 90 | 0 | 19 | 12 | 1F | 157 | 15 | 3C |
| Octal | 257 | 204 | 220 | 0 | 31 | 22 | 37 | 527 | 25 | 74 |
| Binary | 10101111 | 10000100 | 10010000 | 0 | 11001 | 10010 | 11111 | 101010111 | 10101 | 111100 |
Color Harmonies of #AF8490
Complementary color
Monochromatic Colors of #AF8490
Black with #AF8490
Text Example
Text Example
White with #AF8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8490; }
p { color: rgb(175,132,144); }
H1.HeaderClassName
{
color: #AF8490;
}
.AnyTagClassName
{
color: #AF8490;
}
</style>
background-color css
<style>
a { background-color: #AF8490; }
a { background-color: rgb(175,132,144); }
div.DivClassName
{
background-color: #AF8490;
}
.BgClassName
{
background-color: #AF8490;
}
</style>
border-color css
<style>
span { border-color: #AF8490; }
span { border-color: rgb(175,132,144); }
td.TdClassName
{
border-color: #AF8490;
}
.TagClassName
{
border-color: #AF8490;
}
</style>