Shades of Tapestry #AF668C
Tints of Tapestry #AF668C
RGB
CMYK
RGB Variations
Color information
#AF668C (or 0xAF668C) is known color: Tapestry. HEX triplet: AF, 66 and 8C. RGB value is (175,102,140). Sum of RGB (Red+Green+Blue) = 175+102+140=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF668C is #509973. Grayscale: #808080. Windows color (decimal): -5282164 or 9201327. OLE color: 9201327.
HSL color Cylindrical-coordinate representation of color #AF668C: hue angle of 328.77º 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 #AF668C is Cyan = 0, Magento = 0.42, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 140 | - |
| CMYK | 0 | 0.42 | 0.2 | 0.31 |
| HSL | 328.77º | 0.31% | 0.54% | - |
| HSV(B) | 328.77º | 0.42% | 0.69% | - |
| XYZ | 27.16 | 20.51 | 27.34 | - |
| YUV | 128.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 140 | 0 | 0.42 | 0.2 | 0.31 | 328.77 | 0.31 | 0.54 |
| Hex | AF | 66 | 8C | 0 | 2A | 14 | 1F | 149 | 1F | 36 |
| Octal | 257 | 146 | 214 | 0 | 52 | 24 | 37 | 511 | 37 | 66 |
| Binary | 10101111 | 1100110 | 10001100 | 0 | 101010 | 10100 | 11111 | 101001001 | 11111 | 110110 |
Color Harmonies of #AF668C
Complementary color
Monochromatic Colors of #AF668C
Black with #AF668C
Text Example
Text Example
White with #AF668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF668C; }
p { color: rgb(175,102,140); }
H1.HeaderClassName
{
color: #AF668C;
}
.AnyTagClassName
{
color: #AF668C;
}
</style>
background-color css
<style>
a { background-color: #AF668C; }
a { background-color: rgb(175,102,140); }
div.DivClassName
{
background-color: #AF668C;
}
.BgClassName
{
background-color: #AF668C;
}
</style>
border-color css
<style>
span { border-color: #AF668C; }
span { border-color: rgb(175,102,140); }
td.TdClassName
{
border-color: #AF668C;
}
.TagClassName
{
border-color: #AF668C;
}
</style>