Shades of Tapestry #AF678A
Tints of Tapestry #AF678A
RGB
CMYK
RGB Variations
Color information
#AF678A (or 0xAF678A) is known color: Tapestry. HEX triplet: AF, 67 and 8A. RGB value is (175,103,138). Sum of RGB (Red+Green+Blue) = 175+103+138=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF678A is #509875. Grayscale: #808080. Windows color (decimal): -5281910 or 9070511. OLE color: 9070511.
HSL color Cylindrical-coordinate representation of color #AF678A: hue angle of 330.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF678A is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 138 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.31 |
| HSL | 330.83º | 0.31% | 0.55% | - |
| HSV(B) | 330.83º | 0.41% | 0.69% | - |
| XYZ | 27.12 | 20.65 | 26.6 | - |
| YUV | 128.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 138 | 0 | 0.41 | 0.21 | 0.31 | 330.83 | 0.31 | 0.55 |
| Hex | AF | 67 | 8A | 0 | 29 | 15 | 1F | 14B | 1F | 37 |
| Octal | 257 | 147 | 212 | 0 | 51 | 25 | 37 | 513 | 37 | 67 |
| Binary | 10101111 | 1100111 | 10001010 | 0 | 101001 | 10101 | 11111 | 101001011 | 11111 | 110111 |
Color Harmonies of #AF678A
Complementary color
Monochromatic Colors of #AF678A
Black with #AF678A
Text Example
Text Example
White with #AF678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF678A; }
p { color: rgb(175,103,138); }
H1.HeaderClassName
{
color: #AF678A;
}
.AnyTagClassName
{
color: #AF678A;
}
</style>
background-color css
<style>
a { background-color: #AF678A; }
a { background-color: rgb(175,103,138); }
div.DivClassName
{
background-color: #AF678A;
}
.BgClassName
{
background-color: #AF678A;
}
</style>
border-color css
<style>
span { border-color: #AF678A; }
span { border-color: rgb(175,103,138); }
td.TdClassName
{
border-color: #AF678A;
}
.TagClassName
{
border-color: #AF678A;
}
</style>