Shades of Tapestry #AF818E
Tints of Tapestry #AF818E
RGB
CMYK
RGB Variations
Color information
#AF818E (or 0xAF818E) is known color: Tapestry. HEX triplet: AF, 81 and 8E. RGB value is (175,129,142). Sum of RGB (Red+Green+Blue) = 175+129+142=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF818E is #507E71. Grayscale: #909090. Windows color (decimal): -5275250 or 9339311. OLE color: 9339311.
HSL color Cylindrical-coordinate representation of color #AF818E: hue angle of 343.04º 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 #AF818E is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 142 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.31 |
| HSL | 343.04º | 0.22% | 0.6% | - |
| HSV(B) | 343.04º | 0.26% | 0.69% | - |
| XYZ | 30.41 | 26.77 | 29.15 | - |
| YUV | 144.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 142 | 0 | 0.26 | 0.19 | 0.31 | 343.04 | 0.22 | 0.6 |
| Hex | AF | 81 | 8E | 0 | 1A | 13 | 1F | 157 | 16 | 3C |
| Octal | 257 | 201 | 216 | 0 | 32 | 23 | 37 | 527 | 26 | 74 |
| Binary | 10101111 | 10000001 | 10001110 | 0 | 11010 | 10011 | 11111 | 101010111 | 10110 | 111100 |
Color Harmonies of #AF818E
Complementary color
Monochromatic Colors of #AF818E
Black with #AF818E
Text Example
Text Example
White with #AF818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF818E; }
p { color: rgb(175,129,142); }
H1.HeaderClassName
{
color: #AF818E;
}
.AnyTagClassName
{
color: #AF818E;
}
</style>
background-color css
<style>
a { background-color: #AF818E; }
a { background-color: rgb(175,129,142); }
div.DivClassName
{
background-color: #AF818E;
}
.BgClassName
{
background-color: #AF818E;
}
</style>
border-color css
<style>
span { border-color: #AF818E; }
span { border-color: rgb(175,129,142); }
td.TdClassName
{
border-color: #AF818E;
}
.TagClassName
{
border-color: #AF818E;
}
</style>