Shades of Tapestry #AF6C8C
Tints of Tapestry #AF6C8C
RGB
CMYK
RGB Variations
Color information
#AF6C8C (or 0xAF6C8C) is known color: Tapestry. HEX triplet: AF, 6C and 8C. RGB value is (175,108,140). Sum of RGB (Red+Green+Blue) = 175+108+140=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C8C is #509373. Grayscale: #838383. Windows color (decimal): -5280628 or 9202863. OLE color: 9202863.
HSL color Cylindrical-coordinate representation of color #AF6C8C: hue angle of 331.34º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C8C is Cyan = 0, Magento = 0.38, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 140 | - |
| CMYK | 0 | 0.38 | 0.2 | 0.31 |
| HSL | 331.34º | 0.3% | 0.55% | - |
| HSV(B) | 331.34º | 0.38% | 0.69% | - |
| XYZ | 27.78 | 21.73 | 27.54 | - |
| YUV | 131.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 140 | 0 | 0.38 | 0.2 | 0.31 | 331.34 | 0.3 | 0.55 |
| Hex | AF | 6C | 8C | 0 | 26 | 14 | 1F | 14B | 1E | 37 |
| Octal | 257 | 154 | 214 | 0 | 46 | 24 | 37 | 513 | 36 | 67 |
| Binary | 10101111 | 1101100 | 10001100 | 0 | 100110 | 10100 | 11111 | 101001011 | 11110 | 110111 |
Color Harmonies of #AF6C8C
Complementary color
Monochromatic Colors of #AF6C8C
Black with #AF6C8C
Text Example
Text Example
White with #AF6C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C8C; }
p { color: rgb(175,108,140); }
H1.HeaderClassName
{
color: #AF6C8C;
}
.AnyTagClassName
{
color: #AF6C8C;
}
</style>
background-color css
<style>
a { background-color: #AF6C8C; }
a { background-color: rgb(175,108,140); }
div.DivClassName
{
background-color: #AF6C8C;
}
.BgClassName
{
background-color: #AF6C8C;
}
</style>
border-color css
<style>
span { border-color: #AF6C8C; }
span { border-color: rgb(175,108,140); }
td.TdClassName
{
border-color: #AF6C8C;
}
.TagClassName
{
border-color: #AF6C8C;
}
</style>