Shades of Tapestry #AF8085
Tints of Tapestry #AF8085
RGB
CMYK
RGB Variations
Color information
#AF8085 (or 0xAF8085) is known color: Tapestry. HEX triplet: AF, 80 and 85. RGB value is (175,128,133). Sum of RGB (Red+Green+Blue) = 175+128+133=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8085 is #507F7A. Grayscale: #8E8E8E. Windows color (decimal): -5275515 or 8749231. OLE color: 8749231.
HSL color Cylindrical-coordinate representation of color #AF8085: hue angle of 353.62º 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 #AF8085 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 133 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.31 |
| HSL | 353.62º | 0.23% | 0.59% | - |
| HSV(B) | 353.62º | 0.27% | 0.69% | - |
| XYZ | 29.63 | 26.25 | 25.69 | - |
| YUV | 142.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 133 | 0 | 0.27 | 0.24 | 0.31 | 353.62 | 0.23 | 0.59 |
| Hex | AF | 80 | 85 | 0 | 1B | 18 | 1F | 162 | 17 | 3B |
| Octal | 257 | 200 | 205 | 0 | 33 | 30 | 37 | 542 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10000101 | 0 | 11011 | 11000 | 11111 | 101100010 | 10111 | 111011 |
Color Harmonies of #AF8085
Complementary color
Monochromatic Colors of #AF8085
Black with #AF8085
Text Example
Text Example
White with #AF8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8085; }
p { color: rgb(175,128,133); }
H1.HeaderClassName
{
color: #AF8085;
}
.AnyTagClassName
{
color: #AF8085;
}
</style>
background-color css
<style>
a { background-color: #AF8085; }
a { background-color: rgb(175,128,133); }
div.DivClassName
{
background-color: #AF8085;
}
.BgClassName
{
background-color: #AF8085;
}
</style>
border-color css
<style>
span { border-color: #AF8085; }
span { border-color: rgb(175,128,133); }
td.TdClassName
{
border-color: #AF8085;
}
.TagClassName
{
border-color: #AF8085;
}
</style>