Shades of Tapestry #AF7E85
Tints of Tapestry #AF7E85
RGB
CMYK
RGB Variations
Color information
#AF7E85 (or 0xAF7E85) is known color: Tapestry. HEX triplet: AF, 7E and 85. RGB value is (175,126,133). Sum of RGB (Red+Green+Blue) = 175+126+133=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7E85 is #50817A. Grayscale: #8D8D8D. Windows color (decimal): -5276027 or 8748719. OLE color: 8748719.
HSL color Cylindrical-coordinate representation of color #AF7E85: hue angle of 351.43º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF7E85 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 126 | 133 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.31 |
| HSL | 351.43º | 0.23% | 0.59% | - |
| HSV(B) | 351.43º | 0.28% | 0.69% | - |
| XYZ | 29.37 | 25.73 | 25.61 | - |
| YUV | 141.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 133 | 0 | 0.28 | 0.24 | 0.31 | 351.43 | 0.23 | 0.59 |
| Hex | AF | 7E | 85 | 0 | 1C | 18 | 1F | 15F | 17 | 3B |
| Octal | 257 | 176 | 205 | 0 | 34 | 30 | 37 | 537 | 27 | 73 |
| Binary | 10101111 | 1111110 | 10000101 | 0 | 11100 | 11000 | 11111 | 101011111 | 10111 | 111011 |
Color Harmonies of #AF7E85
Complementary color
Monochromatic Colors of #AF7E85
Black with #AF7E85
Text Example
Text Example
White with #AF7E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7E85; }
p { color: rgb(175,126,133); }
H1.HeaderClassName
{
color: #AF7E85;
}
.AnyTagClassName
{
color: #AF7E85;
}
</style>
background-color css
<style>
a { background-color: #AF7E85; }
a { background-color: rgb(175,126,133); }
div.DivClassName
{
background-color: #AF7E85;
}
.BgClassName
{
background-color: #AF7E85;
}
</style>
border-color css
<style>
span { border-color: #AF7E85; }
span { border-color: rgb(175,126,133); }
td.TdClassName
{
border-color: #AF7E85;
}
.TagClassName
{
border-color: #AF7E85;
}
</style>