Shades of Tapestry #AF8388
Tints of Tapestry #AF8388
RGB
CMYK
RGB Variations
Color information
#AF8388 (or 0xAF8388) is known color: Tapestry. HEX triplet: AF, 83 and 88. RGB value is (175,131,136). Sum of RGB (Red+Green+Blue) = 175+131+136=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8388 is #507C77. Grayscale: #909090. Windows color (decimal): -5274744 or 8946607. OLE color: 8946607.
HSL color Cylindrical-coordinate representation of color #AF8388: hue angle of 353.18º 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 #AF8388 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 136 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.31 |
| HSL | 353.18º | 0.22% | 0.6% | - |
| HSV(B) | 353.18º | 0.25% | 0.69% | - |
| XYZ | 30.24 | 27.12 | 26.93 | - |
| YUV | 144.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 136 | 0 | 0.25 | 0.22 | 0.31 | 353.18 | 0.22 | 0.6 |
| Hex | AF | 83 | 88 | 0 | 19 | 16 | 1F | 161 | 16 | 3C |
| Octal | 257 | 203 | 210 | 0 | 31 | 26 | 37 | 541 | 26 | 74 |
| Binary | 10101111 | 10000011 | 10001000 | 0 | 11001 | 10110 | 11111 | 101100001 | 10110 | 111100 |
Color Harmonies of #AF8388
Complementary color
Monochromatic Colors of #AF8388
Black with #AF8388
Text Example
Text Example
White with #AF8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8388; }
p { color: rgb(175,131,136); }
H1.HeaderClassName
{
color: #AF8388;
}
.AnyTagClassName
{
color: #AF8388;
}
</style>
background-color css
<style>
a { background-color: #AF8388; }
a { background-color: rgb(175,131,136); }
div.DivClassName
{
background-color: #AF8388;
}
.BgClassName
{
background-color: #AF8388;
}
</style>
border-color css
<style>
span { border-color: #AF8388; }
span { border-color: rgb(175,131,136); }
td.TdClassName
{
border-color: #AF8388;
}
.TagClassName
{
border-color: #AF8388;
}
</style>