Shades of Tapestry #AF848A
Tints of Tapestry #AF848A
RGB
CMYK
RGB Variations
Color information
#AF848A (or 0xAF848A) is known color: Tapestry. HEX triplet: AF, 84 and 8A. RGB value is (175,132,138). Sum of RGB (Red+Green+Blue) = 175+132+138=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF848A is #507B75. Grayscale: #919191. Windows color (decimal): -5274486 or 9077935. OLE color: 9077935.
HSL color Cylindrical-coordinate representation of color #AF848A: hue angle of 351.63º degrees, saturation: 0.21, 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 #AF848A is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 138 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.31 |
| HSL | 351.63º | 0.21% | 0.6% | - |
| HSV(B) | 351.63º | 0.25% | 0.69% | - |
| XYZ | 30.52 | 27.45 | 27.73 | - |
| YUV | 145.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 138 | 0 | 0.25 | 0.21 | 0.31 | 351.63 | 0.21 | 0.6 |
| Hex | AF | 84 | 8A | 0 | 19 | 15 | 1F | 160 | 15 | 3C |
| Octal | 257 | 204 | 212 | 0 | 31 | 25 | 37 | 540 | 25 | 74 |
| Binary | 10101111 | 10000100 | 10001010 | 0 | 11001 | 10101 | 11111 | 101100000 | 10101 | 111100 |
Color Harmonies of #AF848A
Complementary color
Monochromatic Colors of #AF848A
Black with #AF848A
Text Example
Text Example
White with #AF848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF848A; }
p { color: rgb(175,132,138); }
H1.HeaderClassName
{
color: #AF848A;
}
.AnyTagClassName
{
color: #AF848A;
}
</style>
background-color css
<style>
a { background-color: #AF848A; }
a { background-color: rgb(175,132,138); }
div.DivClassName
{
background-color: #AF848A;
}
.BgClassName
{
background-color: #AF848A;
}
</style>
border-color css
<style>
span { border-color: #AF848A; }
span { border-color: rgb(175,132,138); }
td.TdClassName
{
border-color: #AF848A;
}
.TagClassName
{
border-color: #AF848A;
}
</style>