Shades of Tapestry #AF808C
Tints of Tapestry #AF808C
RGB
CMYK
RGB Variations
Color information
#AF808C (or 0xAF808C) is known color: Tapestry. HEX triplet: AF, 80 and 8C. RGB value is (175,128,140). Sum of RGB (Red+Green+Blue) = 175+128+140=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF808C is #507F73. Grayscale: #8F8F8F. Windows color (decimal): -5275508 or 9207983. OLE color: 9207983.
HSL color Cylindrical-coordinate representation of color #AF808C: hue angle of 344.68º 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 #AF808C is Cyan = 0, Magento = 0.27, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 140 | - |
| CMYK | 0 | 0.27 | 0.2 | 0.31 |
| HSL | 344.68º | 0.23% | 0.59% | - |
| HSV(B) | 344.68º | 0.27% | 0.69% | - |
| XYZ | 30.13 | 26.45 | 28.33 | - |
| YUV | 143.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 140 | 0 | 0.27 | 0.2 | 0.31 | 344.68 | 0.23 | 0.59 |
| Hex | AF | 80 | 8C | 0 | 1B | 14 | 1F | 159 | 17 | 3B |
| Octal | 257 | 200 | 214 | 0 | 33 | 24 | 37 | 531 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10001100 | 0 | 11011 | 10100 | 11111 | 101011001 | 10111 | 111011 |
Color Harmonies of #AF808C
Complementary color
Monochromatic Colors of #AF808C
Black with #AF808C
Text Example
Text Example
White with #AF808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF808C; }
p { color: rgb(175,128,140); }
H1.HeaderClassName
{
color: #AF808C;
}
.AnyTagClassName
{
color: #AF808C;
}
</style>
background-color css
<style>
a { background-color: #AF808C; }
a { background-color: rgb(175,128,140); }
div.DivClassName
{
background-color: #AF808C;
}
.BgClassName
{
background-color: #AF808C;
}
</style>
border-color css
<style>
span { border-color: #AF808C; }
span { border-color: rgb(175,128,140); }
td.TdClassName
{
border-color: #AF808C;
}
.TagClassName
{
border-color: #AF808C;
}
</style>