Shades of Tapestry #AF668A
Tints of Tapestry #AF668A
RGB
CMYK
RGB Variations
Color information
#AF668A (or 0xAF668A) is known color: Tapestry. HEX triplet: AF, 66 and 8A. RGB value is (175,102,138). Sum of RGB (Red+Green+Blue) = 175+102+138=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF668A is #509975. Grayscale: #7F7F7F. Windows color (decimal): -5282166 or 9070255. OLE color: 9070255.
HSL color Cylindrical-coordinate representation of color #AF668A: hue angle of 330.41º 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 #AF668A is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 138 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.31 |
| HSL | 330.41º | 0.31% | 0.54% | - |
| HSV(B) | 330.41º | 0.42% | 0.69% | - |
| XYZ | 27.02 | 20.45 | 26.57 | - |
| YUV | 127.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 138 | 0 | 0.42 | 0.21 | 0.31 | 330.41 | 0.31 | 0.54 |
| Hex | AF | 66 | 8A | 0 | 2A | 15 | 1F | 14A | 1F | 36 |
| Octal | 257 | 146 | 212 | 0 | 52 | 25 | 37 | 512 | 37 | 66 |
| Binary | 10101111 | 1100110 | 10001010 | 0 | 101010 | 10101 | 11111 | 101001010 | 11111 | 110110 |
Color Harmonies of #AF668A
Complementary color
Monochromatic Colors of #AF668A
Black with #AF668A
Text Example
Text Example
White with #AF668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF668A; }
p { color: rgb(175,102,138); }
H1.HeaderClassName
{
color: #AF668A;
}
.AnyTagClassName
{
color: #AF668A;
}
</style>
background-color css
<style>
a { background-color: #AF668A; }
a { background-color: rgb(175,102,138); }
div.DivClassName
{
background-color: #AF668A;
}
.BgClassName
{
background-color: #AF668A;
}
</style>
border-color css
<style>
span { border-color: #AF668A; }
span { border-color: rgb(175,102,138); }
td.TdClassName
{
border-color: #AF668A;
}
.TagClassName
{
border-color: #AF668A;
}
</style>