Shades of Tapestry #AF878A
Tints of Tapestry #AF878A
RGB
CMYK
RGB Variations
Color information
#AF878A (or 0xAF878A) is known color: Tapestry. HEX triplet: AF, 87 and 8A. RGB value is (175,135,138). Sum of RGB (Red+Green+Blue) = 175+135+138=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF878A is #507875. Grayscale: #939393. Windows color (decimal): -5273718 or 9078703. OLE color: 9078703.
HSL color Cylindrical-coordinate representation of color #AF878A: hue angle of 355.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF878A is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 138 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.31 |
| HSL | 355.5º | 0.2% | 0.61% | - |
| HSV(B) | 355.5º | 0.23% | 0.69% | - |
| XYZ | 30.93 | 28.28 | 27.87 | - |
| YUV | 147.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 138 | 0 | 0.23 | 0.21 | 0.31 | 355.5 | 0.2 | 0.61 |
| Hex | AF | 87 | 8A | 0 | 17 | 15 | 1F | 164 | 14 | 3D |
| Octal | 257 | 207 | 212 | 0 | 27 | 25 | 37 | 544 | 24 | 75 |
| Binary | 10101111 | 10000111 | 10001010 | 0 | 10111 | 10101 | 11111 | 101100100 | 10100 | 111101 |
Color Harmonies of #AF878A
Complementary color
Monochromatic Colors of #AF878A
Black with #AF878A
Text Example
Text Example
White with #AF878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF878A; }
p { color: rgb(175,135,138); }
H1.HeaderClassName
{
color: #AF878A;
}
.AnyTagClassName
{
color: #AF878A;
}
</style>
background-color css
<style>
a { background-color: #AF878A; }
a { background-color: rgb(175,135,138); }
div.DivClassName
{
background-color: #AF878A;
}
.BgClassName
{
background-color: #AF878A;
}
</style>
border-color css
<style>
span { border-color: #AF878A; }
span { border-color: rgb(175,135,138); }
td.TdClassName
{
border-color: #AF878A;
}
.TagClassName
{
border-color: #AF878A;
}
</style>