Shades of Tapestry #AF8185
Tints of Tapestry #AF8185
RGB
CMYK
RGB Variations
Color information
#AF8185 (or 0xAF8185) is known color: Tapestry. HEX triplet: AF, 81 and 85. RGB value is (175,129,133). Sum of RGB (Red+Green+Blue) = 175+129+133=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8185 is #507E7A. Grayscale: #8F8F8F. Windows color (decimal): -5275259 or 8749487. OLE color: 8749487.
HSL color Cylindrical-coordinate representation of color #AF8185: hue angle of 354.78º 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 #AF8185 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 133 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.31 |
| HSL | 354.78º | 0.22% | 0.6% | - |
| HSV(B) | 354.78º | 0.26% | 0.69% | - |
| XYZ | 29.76 | 26.51 | 25.74 | - |
| YUV | 143.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 133 | 0 | 0.26 | 0.24 | 0.31 | 354.78 | 0.22 | 0.6 |
| Hex | AF | 81 | 85 | 0 | 1A | 18 | 1F | 163 | 16 | 3C |
| Octal | 257 | 201 | 205 | 0 | 32 | 30 | 37 | 543 | 26 | 74 |
| Binary | 10101111 | 10000001 | 10000101 | 0 | 11010 | 11000 | 11111 | 101100011 | 10110 | 111100 |
Color Harmonies of #AF8185
Complementary color
Monochromatic Colors of #AF8185
Black with #AF8185
Text Example
Text Example
White with #AF8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8185; }
p { color: rgb(175,129,133); }
H1.HeaderClassName
{
color: #AF8185;
}
.AnyTagClassName
{
color: #AF8185;
}
</style>
background-color css
<style>
a { background-color: #AF8185; }
a { background-color: rgb(175,129,133); }
div.DivClassName
{
background-color: #AF8185;
}
.BgClassName
{
background-color: #AF8185;
}
</style>
border-color css
<style>
span { border-color: #AF8185; }
span { border-color: rgb(175,129,133); }
td.TdClassName
{
border-color: #AF8185;
}
.TagClassName
{
border-color: #AF8185;
}
</style>