Shades of Tapestry #AF758F
Tints of Tapestry #AF758F
RGB
CMYK
RGB Variations
Color information
#AF758F (or 0xAF758F) is known color: Tapestry. HEX triplet: AF, 75 and 8F. RGB value is (175,117,143). Sum of RGB (Red+Green+Blue) = 175+117+143=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF758F is #508A70. Grayscale: #898989. Windows color (decimal): -5278321 or 9401775. OLE color: 9401775.
HSL color Cylindrical-coordinate representation of color #AF758F: hue angle of 333.1º degrees, saturation: 0.27, 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 #AF758F is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 143 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.31 |
| HSL | 333.1º | 0.27% | 0.57% | - |
| HSV(B) | 333.1º | 0.33% | 0.69% | - |
| XYZ | 29 | 23.82 | 29.06 | - |
| YUV | 137.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 143 | 0 | 0.33 | 0.18 | 0.31 | 333.1 | 0.27 | 0.57 |
| Hex | AF | 75 | 8F | 0 | 21 | 12 | 1F | 14D | 1B | 39 |
| Octal | 257 | 165 | 217 | 0 | 41 | 22 | 37 | 515 | 33 | 71 |
| Binary | 10101111 | 1110101 | 10001111 | 0 | 100001 | 10010 | 11111 | 101001101 | 11011 | 111001 |
Color Harmonies of #AF758F
Complementary color
Monochromatic Colors of #AF758F
Black with #AF758F
Text Example
Text Example
White with #AF758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF758F; }
p { color: rgb(175,117,143); }
H1.HeaderClassName
{
color: #AF758F;
}
.AnyTagClassName
{
color: #AF758F;
}
</style>
background-color css
<style>
a { background-color: #AF758F; }
a { background-color: rgb(175,117,143); }
div.DivClassName
{
background-color: #AF758F;
}
.BgClassName
{
background-color: #AF758F;
}
</style>
border-color css
<style>
span { border-color: #AF758F; }
span { border-color: rgb(175,117,143); }
td.TdClassName
{
border-color: #AF758F;
}
.TagClassName
{
border-color: #AF758F;
}
</style>