Shades of Tapestry #AF7F85
Tints of Tapestry #AF7F85
RGB
CMYK
RGB Variations
Color information
#AF7F85 (or 0xAF7F85) is known color: Tapestry. HEX triplet: AF, 7F and 85. RGB value is (175,127,133). Sum of RGB (Red+Green+Blue) = 175+127+133=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F85 is #50807A. Grayscale: #8E8E8E. Windows color (decimal): -5275771 or 8748975. OLE color: 8748975.
HSL color Cylindrical-coordinate representation of color #AF7F85: hue angle of 352.5º 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 #AF7F85 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 133 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.31 |
| HSL | 352.5º | 0.23% | 0.59% | - |
| HSV(B) | 352.5º | 0.27% | 0.69% | - |
| XYZ | 29.5 | 25.99 | 25.65 | - |
| YUV | 142.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 133 | 0 | 0.27 | 0.24 | 0.31 | 352.5 | 0.23 | 0.59 |
| Hex | AF | 7F | 85 | 0 | 1B | 18 | 1F | 160 | 17 | 3B |
| Octal | 257 | 177 | 205 | 0 | 33 | 30 | 37 | 540 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10000101 | 0 | 11011 | 11000 | 11111 | 101100000 | 10111 | 111011 |
Color Harmonies of #AF7F85
Complementary color
Monochromatic Colors of #AF7F85
Black with #AF7F85
Text Example
Text Example
White with #AF7F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F85; }
p { color: rgb(175,127,133); }
H1.HeaderClassName
{
color: #AF7F85;
}
.AnyTagClassName
{
color: #AF7F85;
}
</style>
background-color css
<style>
a { background-color: #AF7F85; }
a { background-color: rgb(175,127,133); }
div.DivClassName
{
background-color: #AF7F85;
}
.BgClassName
{
background-color: #AF7F85;
}
</style>
border-color css
<style>
span { border-color: #AF7F85; }
span { border-color: rgb(175,127,133); }
td.TdClassName
{
border-color: #AF7F85;
}
.TagClassName
{
border-color: #AF7F85;
}
</style>