Shades of Tapestry #AF788C
Tints of Tapestry #AF788C
RGB
CMYK
RGB Variations
Color information
#AF788C (or 0xAF788C) is known color: Tapestry. HEX triplet: AF, 78 and 8C. RGB value is (175,120,140). Sum of RGB (Red+Green+Blue) = 175+120+140=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF788C is #508773. Grayscale: #8A8A8A. Windows color (decimal): -5277556 or 9205935. OLE color: 9205935.
HSL color Cylindrical-coordinate representation of color #AF788C: hue angle of 338.18º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF788C is Cyan = 0, Magento = 0.31, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 140 | - |
| CMYK | 0 | 0.31 | 0.2 | 0.31 |
| HSL | 338.18º | 0.26% | 0.58% | - |
| HSV(B) | 338.18º | 0.31% | 0.69% | - |
| XYZ | 29.13 | 24.44 | 27.99 | - |
| YUV | 138.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 140 | 0 | 0.31 | 0.2 | 0.31 | 338.18 | 0.26 | 0.58 |
| Hex | AF | 78 | 8C | 0 | 1F | 14 | 1F | 152 | 1A | 3A |
| Octal | 257 | 170 | 214 | 0 | 37 | 24 | 37 | 522 | 32 | 72 |
| Binary | 10101111 | 1111000 | 10001100 | 0 | 11111 | 10100 | 11111 | 101010010 | 11010 | 111010 |
Color Harmonies of #AF788C
Complementary color
Monochromatic Colors of #AF788C
Black with #AF788C
Text Example
Text Example
White with #AF788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF788C; }
p { color: rgb(175,120,140); }
H1.HeaderClassName
{
color: #AF788C;
}
.AnyTagClassName
{
color: #AF788C;
}
</style>
background-color css
<style>
a { background-color: #AF788C; }
a { background-color: rgb(175,120,140); }
div.DivClassName
{
background-color: #AF788C;
}
.BgClassName
{
background-color: #AF788C;
}
</style>
border-color css
<style>
span { border-color: #AF788C; }
span { border-color: rgb(175,120,140); }
td.TdClassName
{
border-color: #AF788C;
}
.TagClassName
{
border-color: #AF788C;
}
</style>