Shades of Tapestry #AF667A
Tints of Tapestry #AF667A
RGB
CMYK
RGB Variations
Color information
#AF667A (or 0xAF667A) is known color: Tapestry. HEX triplet: AF, 66 and 7A. RGB value is (175,102,122). Sum of RGB (Red+Green+Blue) = 175+102+122=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF667A is #509985. Grayscale: #7E7E7E. Windows color (decimal): -5282182 or 8021679. OLE color: 8021679.
HSL color Cylindrical-coordinate representation of color #AF667A: hue angle of 343.56º 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 #AF667A is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 122 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.31 |
| HSL | 343.56º | 0.31% | 0.54% | - |
| HSV(B) | 343.56º | 0.42% | 0.69% | - |
| XYZ | 25.94 | 20.02 | 20.91 | - |
| YUV | 126.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 122 | 0 | 0.42 | 0.30 | 0.31 | 343.56 | 0.31 | 0.54 |
| Hex | AF | 66 | 7A | 0 | 2A | 1E | 1F | 158 | 1F | 36 |
| Octal | 257 | 146 | 172 | 0 | 52 | 36 | 37 | 530 | 37 | 66 |
| Binary | 10101111 | 1100110 | 1111010 | 0 | 101010 | 11110 | 11111 | 101011000 | 11111 | 110110 |
Color Harmonies of #AF667A
Complementary color
Monochromatic Colors of #AF667A
Black with #AF667A
Text Example
Text Example
White with #AF667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF667A; }
p { color: rgb(175,102,122); }
H1.HeaderClassName
{
color: #AF667A;
}
.AnyTagClassName
{
color: #AF667A;
}
</style>
background-color css
<style>
a { background-color: #AF667A; }
a { background-color: rgb(175,102,122); }
div.DivClassName
{
background-color: #AF667A;
}
.BgClassName
{
background-color: #AF667A;
}
</style>
border-color css
<style>
span { border-color: #AF667A; }
span { border-color: rgb(175,102,122); }
td.TdClassName
{
border-color: #AF667A;
}
.TagClassName
{
border-color: #AF667A;
}
</style>