Shades of Tapestry #AF667F
Tints of Tapestry #AF667F
RGB
CMYK
RGB Variations
Color information
#AF667F (or 0xAF667F) is known color: Tapestry. HEX triplet: AF, 66 and 7F. RGB value is (175,102,127). Sum of RGB (Red+Green+Blue) = 175+102+127=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF667F is #509980. Grayscale: #7E7E7E. Windows color (decimal): -5282177 or 8349359. OLE color: 8349359.
HSL color Cylindrical-coordinate representation of color #AF667F: hue angle of 339.45º 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 #AF667F is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 127 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.31 |
| HSL | 339.45º | 0.31% | 0.54% | - |
| HSV(B) | 339.45º | 0.42% | 0.69% | - |
| XYZ | 26.26 | 20.15 | 22.58 | - |
| YUV | 126.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 127 | 0 | 0.42 | 0.27 | 0.31 | 339.45 | 0.31 | 0.54 |
| Hex | AF | 66 | 7F | 0 | 2A | 1B | 1F | 153 | 1F | 36 |
| Octal | 257 | 146 | 177 | 0 | 52 | 33 | 37 | 523 | 37 | 66 |
| Binary | 10101111 | 1100110 | 1111111 | 0 | 101010 | 11011 | 11111 | 101010011 | 11111 | 110110 |
Color Harmonies of #AF667F
Complementary color
Monochromatic Colors of #AF667F
Black with #AF667F
Text Example
Text Example
White with #AF667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF667F; }
p { color: rgb(175,102,127); }
H1.HeaderClassName
{
color: #AF667F;
}
.AnyTagClassName
{
color: #AF667F;
}
</style>
background-color css
<style>
a { background-color: #AF667F; }
a { background-color: rgb(175,102,127); }
div.DivClassName
{
background-color: #AF667F;
}
.BgClassName
{
background-color: #AF667F;
}
</style>
border-color css
<style>
span { border-color: #AF667F; }
span { border-color: rgb(175,102,127); }
td.TdClassName
{
border-color: #AF667F;
}
.TagClassName
{
border-color: #AF667F;
}
</style>