Shades of Tapestry #AF898A
Tints of Tapestry #AF898A
RGB
CMYK
RGB Variations
Color information
#AF898A (or 0xAF898A) is known color: Tapestry. HEX triplet: AF, 89 and 8A. RGB value is (175,137,138). Sum of RGB (Red+Green+Blue) = 175+137+138=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF898A is #507675. Grayscale: #949494. Windows color (decimal): -5273206 or 9079215. OLE color: 9079215.
HSL color Cylindrical-coordinate representation of color #AF898A: hue angle of 358.42º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF898A is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 138 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.31 |
| HSL | 358.42º | 0.19% | 0.61% | - |
| HSV(B) | 358.42º | 0.22% | 0.69% | - |
| XYZ | 31.21 | 28.84 | 27.97 | - |
| YUV | 148.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 138 | 0 | 0.22 | 0.21 | 0.31 | 358.42 | 0.19 | 0.61 |
| Hex | AF | 89 | 8A | 0 | 16 | 15 | 1F | 166 | 13 | 3D |
| Octal | 257 | 211 | 212 | 0 | 26 | 25 | 37 | 546 | 23 | 75 |
| Binary | 10101111 | 10001001 | 10001010 | 0 | 10110 | 10101 | 11111 | 101100110 | 10011 | 111101 |
Color Harmonies of #AF898A
Complementary color
Monochromatic Colors of #AF898A
Black with #AF898A
Text Example
Text Example
White with #AF898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF898A; }
p { color: rgb(175,137,138); }
H1.HeaderClassName
{
color: #AF898A;
}
.AnyTagClassName
{
color: #AF898A;
}
</style>
background-color css
<style>
a { background-color: #AF898A; }
a { background-color: rgb(175,137,138); }
div.DivClassName
{
background-color: #AF898A;
}
.BgClassName
{
background-color: #AF898A;
}
</style>
border-color css
<style>
span { border-color: #AF898A; }
span { border-color: rgb(175,137,138); }
td.TdClassName
{
border-color: #AF898A;
}
.TagClassName
{
border-color: #AF898A;
}
</style>