Shades of Tapestry #AF658C
Tints of Tapestry #AF658C
RGB
CMYK
RGB Variations
Color information
#AF658C (or 0xAF658C) is known color: Tapestry. HEX triplet: AF, 65 and 8C. RGB value is (175,101,140). Sum of RGB (Red+Green+Blue) = 175+101+140=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF658C is #509A73. Grayscale: #7F7F7F. Windows color (decimal): -5282420 or 9201071. OLE color: 9201071.
HSL color Cylindrical-coordinate representation of color #AF658C: hue angle of 328.38º degrees, saturation: 0.32, 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 #AF658C is Cyan = 0, Magento = 0.42, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 140 | - |
| CMYK | 0 | 0.42 | 0.2 | 0.31 |
| HSL | 328.38º | 0.32% | 0.54% | - |
| HSV(B) | 328.38º | 0.42% | 0.69% | - |
| XYZ | 27.07 | 20.31 | 27.31 | - |
| YUV | 127.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 140 | 0 | 0.42 | 0.2 | 0.31 | 328.38 | 0.32 | 0.54 |
| Hex | AF | 65 | 8C | 0 | 2A | 14 | 1F | 148 | 20 | 36 |
| Octal | 257 | 145 | 214 | 0 | 52 | 24 | 37 | 510 | 40 | 66 |
| Binary | 10101111 | 1100101 | 10001100 | 0 | 101010 | 10100 | 11111 | 101001000 | 100000 | 110110 |
Color Harmonies of #AF658C
Complementary color
Monochromatic Colors of #AF658C
Black with #AF658C
Text Example
Text Example
White with #AF658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF658C; }
p { color: rgb(175,101,140); }
H1.HeaderClassName
{
color: #AF658C;
}
.AnyTagClassName
{
color: #AF658C;
}
</style>
background-color css
<style>
a { background-color: #AF658C; }
a { background-color: rgb(175,101,140); }
div.DivClassName
{
background-color: #AF658C;
}
.BgClassName
{
background-color: #AF658C;
}
</style>
border-color css
<style>
span { border-color: #AF658C; }
span { border-color: rgb(175,101,140); }
td.TdClassName
{
border-color: #AF658C;
}
.TagClassName
{
border-color: #AF658C;
}
</style>