Shades of Tapestry #AF838B
Tints of Tapestry #AF838B
RGB
CMYK
RGB Variations
Color information
#AF838B (or 0xAF838B) is known color: Tapestry. HEX triplet: AF, 83 and 8B. RGB value is (175,131,139). Sum of RGB (Red+Green+Blue) = 175+131+139=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF838B is #507C74. Grayscale: #919191. Windows color (decimal): -5274741 or 9143215. OLE color: 9143215.
HSL color Cylindrical-coordinate representation of color #AF838B: hue angle of 349.09º 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 #AF838B is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 139 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.31 |
| HSL | 349.09º | 0.22% | 0.6% | - |
| HSV(B) | 349.09º | 0.25% | 0.69% | - |
| XYZ | 30.46 | 27.21 | 28.07 | - |
| YUV | 145.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 139 | 0 | 0.25 | 0.21 | 0.31 | 349.09 | 0.22 | 0.6 |
| Hex | AF | 83 | 8B | 0 | 19 | 15 | 1F | 15D | 16 | 3C |
| Octal | 257 | 203 | 213 | 0 | 31 | 25 | 37 | 535 | 26 | 74 |
| Binary | 10101111 | 10000011 | 10001011 | 0 | 11001 | 10101 | 11111 | 101011101 | 10110 | 111100 |
Color Harmonies of #AF838B
Complementary color
Monochromatic Colors of #AF838B
Black with #AF838B
Text Example
Text Example
White with #AF838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF838B; }
p { color: rgb(175,131,139); }
H1.HeaderClassName
{
color: #AF838B;
}
.AnyTagClassName
{
color: #AF838B;
}
</style>
background-color css
<style>
a { background-color: #AF838B; }
a { background-color: rgb(175,131,139); }
div.DivClassName
{
background-color: #AF838B;
}
.BgClassName
{
background-color: #AF838B;
}
</style>
border-color css
<style>
span { border-color: #AF838B; }
span { border-color: rgb(175,131,139); }
td.TdClassName
{
border-color: #AF838B;
}
.TagClassName
{
border-color: #AF838B;
}
</style>