Shades of Tapestry #AF7A8A
Tints of Tapestry #AF7A8A
RGB
CMYK
RGB Variations
Color information
#AF7A8A (or 0xAF7A8A) is known color: Tapestry. HEX triplet: AF, 7A and 8A. RGB value is (175,122,138). Sum of RGB (Red+Green+Blue) = 175+122+138=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7A8A is #508575. Grayscale: #8B8B8B. Windows color (decimal): -5277046 or 9075375. OLE color: 9075375.
HSL color Cylindrical-coordinate representation of color #AF7A8A: hue angle of 341.89º 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 #AF7A8A is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 138 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.31 |
| HSL | 341.89º | 0.25% | 0.58% | - |
| HSV(B) | 341.89º | 0.3% | 0.69% | - |
| XYZ | 29.23 | 24.87 | 27.3 | - |
| YUV | 139.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 138 | 0 | 0.30 | 0.21 | 0.31 | 341.89 | 0.25 | 0.58 |
| Hex | AF | 7A | 8A | 0 | 1E | 15 | 1F | 156 | 19 | 3A |
| Octal | 257 | 172 | 212 | 0 | 36 | 25 | 37 | 526 | 31 | 72 |
| Binary | 10101111 | 1111010 | 10001010 | 0 | 11110 | 10101 | 11111 | 101010110 | 11001 | 111010 |
Color Harmonies of #AF7A8A
Complementary color
Monochromatic Colors of #AF7A8A
Black with #AF7A8A
Text Example
Text Example
White with #AF7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A8A; }
p { color: rgb(175,122,138); }
H1.HeaderClassName
{
color: #AF7A8A;
}
.AnyTagClassName
{
color: #AF7A8A;
}
</style>
background-color css
<style>
a { background-color: #AF7A8A; }
a { background-color: rgb(175,122,138); }
div.DivClassName
{
background-color: #AF7A8A;
}
.BgClassName
{
background-color: #AF7A8A;
}
</style>
border-color css
<style>
span { border-color: #AF7A8A; }
span { border-color: rgb(175,122,138); }
td.TdClassName
{
border-color: #AF7A8A;
}
.TagClassName
{
border-color: #AF7A8A;
}
</style>