Shades of Tapestry #AF667B
Tints of Tapestry #AF667B
RGB
CMYK
RGB Variations
Color information
#AF667B (or 0xAF667B) is known color: Tapestry. HEX triplet: AF, 66 and 7B. RGB value is (175,102,123). Sum of RGB (Red+Green+Blue) = 175+102+123=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF667B is #509984. Grayscale: #7E7E7E. Windows color (decimal): -5282181 or 8087215. OLE color: 8087215.
HSL color Cylindrical-coordinate representation of color #AF667B: hue angle of 342.74º 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 #AF667B is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 123 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.31 |
| HSL | 342.74º | 0.31% | 0.54% | - |
| HSV(B) | 342.74º | 0.42% | 0.69% | - |
| XYZ | 26.01 | 20.05 | 21.24 | - |
| YUV | 126.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 123 | 0 | 0.42 | 0.30 | 0.31 | 342.74 | 0.31 | 0.54 |
| Hex | AF | 66 | 7B | 0 | 2A | 1E | 1F | 157 | 1F | 36 |
| Octal | 257 | 146 | 173 | 0 | 52 | 36 | 37 | 527 | 37 | 66 |
| Binary | 10101111 | 1100110 | 1111011 | 0 | 101010 | 11110 | 11111 | 101010111 | 11111 | 110110 |
Color Harmonies of #AF667B
Complementary color
Monochromatic Colors of #AF667B
Black with #AF667B
Text Example
Text Example
White with #AF667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF667B; }
p { color: rgb(175,102,123); }
H1.HeaderClassName
{
color: #AF667B;
}
.AnyTagClassName
{
color: #AF667B;
}
</style>
background-color css
<style>
a { background-color: #AF667B; }
a { background-color: rgb(175,102,123); }
div.DivClassName
{
background-color: #AF667B;
}
.BgClassName
{
background-color: #AF667B;
}
</style>
border-color css
<style>
span { border-color: #AF667B; }
span { border-color: rgb(175,102,123); }
td.TdClassName
{
border-color: #AF667B;
}
.TagClassName
{
border-color: #AF667B;
}
</style>