Shades of Tapestry #AF7F8A
Tints of Tapestry #AF7F8A
RGB
CMYK
RGB Variations
Color information
#AF7F8A (or 0xAF7F8A) is known color: Tapestry. HEX triplet: AF, 7F and 8A. RGB value is (175,127,138). Sum of RGB (Red+Green+Blue) = 175+127+138=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F8A is #508075. Grayscale: #8E8E8E. Windows color (decimal): -5275766 or 9076655. OLE color: 9076655.
HSL color Cylindrical-coordinate representation of color #AF7F8A: hue angle of 346.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7F8A is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 138 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.31 |
| HSL | 346.25º | 0.23% | 0.59% | - |
| HSV(B) | 346.25º | 0.27% | 0.69% | - |
| XYZ | 29.86 | 26.13 | 27.51 | - |
| YUV | 142.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 138 | 0 | 0.27 | 0.21 | 0.31 | 346.25 | 0.23 | 0.59 |
| Hex | AF | 7F | 8A | 0 | 1B | 15 | 1F | 15A | 17 | 3B |
| Octal | 257 | 177 | 212 | 0 | 33 | 25 | 37 | 532 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10001010 | 0 | 11011 | 10101 | 11111 | 101011010 | 10111 | 111011 |
Color Harmonies of #AF7F8A
Complementary color
Monochromatic Colors of #AF7F8A
Black with #AF7F8A
Text Example
Text Example
White with #AF7F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F8A; }
p { color: rgb(175,127,138); }
H1.HeaderClassName
{
color: #AF7F8A;
}
.AnyTagClassName
{
color: #AF7F8A;
}
</style>
background-color css
<style>
a { background-color: #AF7F8A; }
a { background-color: rgb(175,127,138); }
div.DivClassName
{
background-color: #AF7F8A;
}
.BgClassName
{
background-color: #AF7F8A;
}
</style>
border-color css
<style>
span { border-color: #AF7F8A; }
span { border-color: rgb(175,127,138); }
td.TdClassName
{
border-color: #AF7F8A;
}
.TagClassName
{
border-color: #AF7F8A;
}
</style>