Shades of Tapestry #AF628E
Tints of Tapestry #AF628E
RGB
CMYK
RGB Variations
Color information
#AF628E (or 0xAF628E) is known color: Tapestry. HEX triplet: AF, 62 and 8E. RGB value is (175,98,142). Sum of RGB (Red+Green+Blue) = 175+98+142=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF628E is #509D71. Grayscale: #7D7D7D. Windows color (decimal): -5283186 or 9331375. OLE color: 9331375.
HSL color Cylindrical-coordinate representation of color #AF628E: hue angle of 325.71º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF628E is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 142 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.31 |
| HSL | 325.71º | 0.32% | 0.54% | - |
| HSV(B) | 325.71º | 0.44% | 0.69% | - |
| XYZ | 26.93 | 19.8 | 27.99 | - |
| YUV | 126.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 142 | 0 | 0.44 | 0.19 | 0.31 | 325.71 | 0.32 | 0.54 |
| Hex | AF | 62 | 8E | 0 | 2C | 13 | 1F | 146 | 20 | 36 |
| Octal | 257 | 142 | 216 | 0 | 54 | 23 | 37 | 506 | 40 | 66 |
| Binary | 10101111 | 1100010 | 10001110 | 0 | 101100 | 10011 | 11111 | 101000110 | 100000 | 110110 |
Color Harmonies of #AF628E
Complementary color
Monochromatic Colors of #AF628E
Black with #AF628E
Text Example
Text Example
White with #AF628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF628E; }
p { color: rgb(175,98,142); }
H1.HeaderClassName
{
color: #AF628E;
}
.AnyTagClassName
{
color: #AF628E;
}
</style>
background-color css
<style>
a { background-color: #AF628E; }
a { background-color: rgb(175,98,142); }
div.DivClassName
{
background-color: #AF628E;
}
.BgClassName
{
background-color: #AF628E;
}
</style>
border-color css
<style>
span { border-color: #AF628E; }
span { border-color: rgb(175,98,142); }
td.TdClassName
{
border-color: #AF628E;
}
.TagClassName
{
border-color: #AF628E;
}
</style>