Shades of Tapestry #AF768E
Tints of Tapestry #AF768E
RGB
CMYK
RGB Variations
Color information
#AF768E (or 0xAF768E) is known color: Tapestry. HEX triplet: AF, 76 and 8E. RGB value is (175,118,142). Sum of RGB (Red+Green+Blue) = 175+118+142=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF768E is #508971. Grayscale: #898989. Windows color (decimal): -5278066 or 9336495. OLE color: 9336495.
HSL color Cylindrical-coordinate representation of color #AF768E: hue angle of 334.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF768E is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 142 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.31 |
| HSL | 334.74º | 0.26% | 0.57% | - |
| HSV(B) | 334.74º | 0.33% | 0.69% | - |
| XYZ | 29.04 | 24.02 | 28.7 | - |
| YUV | 137.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 142 | 0 | 0.33 | 0.19 | 0.31 | 334.74 | 0.26 | 0.57 |
| Hex | AF | 76 | 8E | 0 | 21 | 13 | 1F | 14F | 1A | 39 |
| Octal | 257 | 166 | 216 | 0 | 41 | 23 | 37 | 517 | 32 | 71 |
| Binary | 10101111 | 1110110 | 10001110 | 0 | 100001 | 10011 | 11111 | 101001111 | 11010 | 111001 |
Color Harmonies of #AF768E
Complementary color
Monochromatic Colors of #AF768E
Black with #AF768E
Text Example
Text Example
White with #AF768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF768E; }
p { color: rgb(175,118,142); }
H1.HeaderClassName
{
color: #AF768E;
}
.AnyTagClassName
{
color: #AF768E;
}
</style>
background-color css
<style>
a { background-color: #AF768E; }
a { background-color: rgb(175,118,142); }
div.DivClassName
{
background-color: #AF768E;
}
.BgClassName
{
background-color: #AF768E;
}
</style>
border-color css
<style>
span { border-color: #AF768E; }
span { border-color: rgb(175,118,142); }
td.TdClassName
{
border-color: #AF768E;
}
.TagClassName
{
border-color: #AF768E;
}
</style>