Shades of Tapestry #AF7A8B
Tints of Tapestry #AF7A8B
RGB
CMYK
RGB Variations
Color information
#AF7A8B (or 0xAF7A8B) is known color: Tapestry. HEX triplet: AF, 7A and 8B. RGB value is (175,122,139). Sum of RGB (Red+Green+Blue) = 175+122+139=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7A8B is #508574. Grayscale: #8B8B8B. Windows color (decimal): -5277045 or 9140911. OLE color: 9140911.
HSL color Cylindrical-coordinate representation of color #AF7A8B: hue angle of 340.75º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7A8B is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 139 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.31 |
| HSL | 340.75º | 0.25% | 0.58% | - |
| HSV(B) | 340.75º | 0.3% | 0.69% | - |
| XYZ | 29.3 | 24.9 | 27.69 | - |
| YUV | 139.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 139 | 0 | 0.30 | 0.21 | 0.31 | 340.75 | 0.25 | 0.58 |
| Hex | AF | 7A | 8B | 0 | 1E | 15 | 1F | 155 | 19 | 3A |
| Octal | 257 | 172 | 213 | 0 | 36 | 25 | 37 | 525 | 31 | 72 |
| Binary | 10101111 | 1111010 | 10001011 | 0 | 11110 | 10101 | 11111 | 101010101 | 11001 | 111010 |
Color Harmonies of #AF7A8B
Complementary color
Monochromatic Colors of #AF7A8B
Black with #AF7A8B
Text Example
Text Example
White with #AF7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A8B; }
p { color: rgb(175,122,139); }
H1.HeaderClassName
{
color: #AF7A8B;
}
.AnyTagClassName
{
color: #AF7A8B;
}
</style>
background-color css
<style>
a { background-color: #AF7A8B; }
a { background-color: rgb(175,122,139); }
div.DivClassName
{
background-color: #AF7A8B;
}
.BgClassName
{
background-color: #AF7A8B;
}
</style>
border-color css
<style>
span { border-color: #AF7A8B; }
span { border-color: rgb(175,122,139); }
td.TdClassName
{
border-color: #AF7A8B;
}
.TagClassName
{
border-color: #AF7A8B;
}
</style>