Shades of Tapestry #AF667C
Tints of Tapestry #AF667C
RGB
CMYK
RGB Variations
Color information
#AF667C (or 0xAF667C) is known color: Tapestry. HEX triplet: AF, 66 and 7C. RGB value is (175,102,124). Sum of RGB (Red+Green+Blue) = 175+102+124=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF667C is #509983. Grayscale: #7E7E7E. Windows color (decimal): -5282180 or 8152751. OLE color: 8152751.
HSL color Cylindrical-coordinate representation of color #AF667C: hue angle of 341.92º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF667C is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 124 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.31 |
| HSL | 341.92º | 0.31% | 0.54% | - |
| HSV(B) | 341.92º | 0.42% | 0.69% | - |
| XYZ | 26.07 | 20.07 | 21.57 | - |
| YUV | 126.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 124 | 0 | 0.42 | 0.29 | 0.31 | 341.92 | 0.31 | 0.54 |
| Hex | AF | 66 | 7C | 0 | 2A | 1D | 1F | 156 | 1F | 36 |
| Octal | 257 | 146 | 174 | 0 | 52 | 35 | 37 | 526 | 37 | 66 |
| Binary | 10101111 | 1100110 | 1111100 | 0 | 101010 | 11101 | 11111 | 101010110 | 11111 | 110110 |
Color Harmonies of #AF667C
Complementary color
Monochromatic Colors of #AF667C
Black with #AF667C
Text Example
Text Example
White with #AF667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF667C; }
p { color: rgb(175,102,124); }
H1.HeaderClassName
{
color: #AF667C;
}
.AnyTagClassName
{
color: #AF667C;
}
</style>
background-color css
<style>
a { background-color: #AF667C; }
a { background-color: rgb(175,102,124); }
div.DivClassName
{
background-color: #AF667C;
}
.BgClassName
{
background-color: #AF667C;
}
</style>
border-color css
<style>
span { border-color: #AF667C; }
span { border-color: rgb(175,102,124); }
td.TdClassName
{
border-color: #AF667C;
}
.TagClassName
{
border-color: #AF667C;
}
</style>