Shades of Tapestry #AF838E
Tints of Tapestry #AF838E
RGB
CMYK
RGB Variations
Color information
#AF838E (or 0xAF838E) is known color: Tapestry. HEX triplet: AF, 83 and 8E. RGB value is (175,131,142). Sum of RGB (Red+Green+Blue) = 175+131+142=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF838E is #507C71. Grayscale: #919191. Windows color (decimal): -5274738 or 9339823. OLE color: 9339823.
HSL color Cylindrical-coordinate representation of color #AF838E: hue angle of 345º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF838E is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 142 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.31 |
| HSL | 345º | 0.22% | 0.6% | - |
| HSV(B) | 345º | 0.25% | 0.69% | - |
| XYZ | 30.68 | 27.3 | 29.24 | - |
| YUV | 145.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 142 | 0 | 0.25 | 0.19 | 0.31 | 345 | 0.22 | 0.6 |
| Hex | AF | 83 | 8E | 0 | 19 | 13 | 1F | 159 | 16 | 3C |
| Octal | 257 | 203 | 216 | 0 | 31 | 23 | 37 | 531 | 26 | 74 |
| Binary | 10101111 | 10000011 | 10001110 | 0 | 11001 | 10011 | 11111 | 101011001 | 10110 | 111100 |
Color Harmonies of #AF838E
Complementary color
Monochromatic Colors of #AF838E
Black with #AF838E
Text Example
Text Example
White with #AF838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF838E; }
p { color: rgb(175,131,142); }
H1.HeaderClassName
{
color: #AF838E;
}
.AnyTagClassName
{
color: #AF838E;
}
</style>
background-color css
<style>
a { background-color: #AF838E; }
a { background-color: rgb(175,131,142); }
div.DivClassName
{
background-color: #AF838E;
}
.BgClassName
{
background-color: #AF838E;
}
</style>
border-color css
<style>
span { border-color: #AF838E; }
span { border-color: rgb(175,131,142); }
td.TdClassName
{
border-color: #AF838E;
}
.TagClassName
{
border-color: #AF838E;
}
</style>