Shades of Tapestry #AF7C8A
Tints of Tapestry #AF7C8A
RGB
CMYK
RGB Variations
Color information
#AF7C8A (or 0xAF7C8A) is known color: Tapestry. HEX triplet: AF, 7C and 8A. RGB value is (175,124,138). Sum of RGB (Red+Green+Blue) = 175+124+138=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7C8A is #508375. Grayscale: #8C8C8C. Windows color (decimal): -5276534 or 9075887. OLE color: 9075887.
HSL color Cylindrical-coordinate representation of color #AF7C8A: hue angle of 343.53º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF7C8A is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 138 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.31 |
| HSL | 343.53º | 0.24% | 0.59% | - |
| HSV(B) | 343.53º | 0.29% | 0.69% | - |
| XYZ | 29.47 | 25.36 | 27.39 | - |
| YUV | 140.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 138 | 0 | 0.29 | 0.21 | 0.31 | 343.53 | 0.24 | 0.59 |
| Hex | AF | 7C | 8A | 0 | 1D | 15 | 1F | 158 | 18 | 3B |
| Octal | 257 | 174 | 212 | 0 | 35 | 25 | 37 | 530 | 30 | 73 |
| Binary | 10101111 | 1111100 | 10001010 | 0 | 11101 | 10101 | 11111 | 101011000 | 11000 | 111011 |
Color Harmonies of #AF7C8A
Complementary color
Monochromatic Colors of #AF7C8A
Black with #AF7C8A
Text Example
Text Example
White with #AF7C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C8A; }
p { color: rgb(175,124,138); }
H1.HeaderClassName
{
color: #AF7C8A;
}
.AnyTagClassName
{
color: #AF7C8A;
}
</style>
background-color css
<style>
a { background-color: #AF7C8A; }
a { background-color: rgb(175,124,138); }
div.DivClassName
{
background-color: #AF7C8A;
}
.BgClassName
{
background-color: #AF7C8A;
}
</style>
border-color css
<style>
span { border-color: #AF7C8A; }
span { border-color: rgb(175,124,138); }
td.TdClassName
{
border-color: #AF7C8A;
}
.TagClassName
{
border-color: #AF7C8A;
}
</style>