Shades of Tapestry #AF828C
Tints of Tapestry #AF828C
RGB
CMYK
RGB Variations
Color information
#AF828C (or 0xAF828C) is known color: Tapestry. HEX triplet: AF, 82 and 8C. RGB value is (175,130,140). Sum of RGB (Red+Green+Blue) = 175+130+140=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF828C is #507D73. Grayscale: #909090. Windows color (decimal): -5274996 or 9208495. OLE color: 9208495.
HSL color Cylindrical-coordinate representation of color #AF828C: hue angle of 346.67º 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 #AF828C is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 140 | - |
| CMYK | 0 | 0.26 | 0.2 | 0.31 |
| HSL | 346.67º | 0.22% | 0.6% | - |
| HSV(B) | 346.67º | 0.26% | 0.69% | - |
| XYZ | 30.4 | 26.97 | 28.42 | - |
| YUV | 144.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 140 | 0 | 0.26 | 0.2 | 0.31 | 346.67 | 0.22 | 0.6 |
| Hex | AF | 82 | 8C | 0 | 1A | 14 | 1F | 15B | 16 | 3C |
| Octal | 257 | 202 | 214 | 0 | 32 | 24 | 37 | 533 | 26 | 74 |
| Binary | 10101111 | 10000010 | 10001100 | 0 | 11010 | 10100 | 11111 | 101011011 | 10110 | 111100 |
Color Harmonies of #AF828C
Complementary color
Monochromatic Colors of #AF828C
Black with #AF828C
Text Example
Text Example
White with #AF828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF828C; }
p { color: rgb(175,130,140); }
H1.HeaderClassName
{
color: #AF828C;
}
.AnyTagClassName
{
color: #AF828C;
}
</style>
background-color css
<style>
a { background-color: #AF828C; }
a { background-color: rgb(175,130,140); }
div.DivClassName
{
background-color: #AF828C;
}
.BgClassName
{
background-color: #AF828C;
}
</style>
border-color css
<style>
span { border-color: #AF828C; }
span { border-color: rgb(175,130,140); }
td.TdClassName
{
border-color: #AF828C;
}
.TagClassName
{
border-color: #AF828C;
}
</style>