Shades of Tapestry #AF8285
Tints of Tapestry #AF8285
RGB
CMYK
RGB Variations
Color information
#AF8285 (or 0xAF8285) is known color: Tapestry. HEX triplet: AF, 82 and 85. RGB value is (175,130,133). Sum of RGB (Red+Green+Blue) = 175+130+133=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8285 is #507D7A. Grayscale: #8F8F8F. Windows color (decimal): -5275003 or 8749743. OLE color: 8749743.
HSL color Cylindrical-coordinate representation of color #AF8285: hue angle of 356º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8285 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 133 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.31 |
| HSL | 356º | 0.22% | 0.6% | - |
| HSV(B) | 356º | 0.26% | 0.69% | - |
| XYZ | 29.9 | 26.77 | 25.78 | - |
| YUV | 143.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 133 | 0 | 0.26 | 0.24 | 0.31 | 356 | 0.22 | 0.6 |
| Hex | AF | 82 | 85 | 0 | 1A | 18 | 1F | 164 | 16 | 3C |
| Octal | 257 | 202 | 205 | 0 | 32 | 30 | 37 | 544 | 26 | 74 |
| Binary | 10101111 | 10000010 | 10000101 | 0 | 11010 | 11000 | 11111 | 101100100 | 10110 | 111100 |
Color Harmonies of #AF8285
Complementary color
Monochromatic Colors of #AF8285
Black with #AF8285
Text Example
Text Example
White with #AF8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8285; }
p { color: rgb(175,130,133); }
H1.HeaderClassName
{
color: #AF8285;
}
.AnyTagClassName
{
color: #AF8285;
}
</style>
background-color css
<style>
a { background-color: #AF8285; }
a { background-color: rgb(175,130,133); }
div.DivClassName
{
background-color: #AF8285;
}
.BgClassName
{
background-color: #AF8285;
}
</style>
border-color css
<style>
span { border-color: #AF8285; }
span { border-color: rgb(175,130,133); }
td.TdClassName
{
border-color: #AF8285;
}
.TagClassName
{
border-color: #AF8285;
}
</style>