Shades of Tapestry #AF6B83
Tints of Tapestry #AF6B83
RGB
CMYK
RGB Variations
Color information
#AF6B83 (or 0xAF6B83) is known color: Tapestry. HEX triplet: AF, 6B and 83. RGB value is (175,107,131). Sum of RGB (Red+Green+Blue) = 175+107+131=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B83 is #50947C. Grayscale: #828282. Windows color (decimal): -5280893 or 8612783. OLE color: 8612783.
HSL color Cylindrical-coordinate representation of color #AF6B83: hue angle of 338.82º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6B83 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 131 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.31 |
| HSL | 338.82º | 0.3% | 0.55% | - |
| HSV(B) | 338.82º | 0.39% | 0.69% | - |
| XYZ | 27.03 | 21.27 | 24.15 | - |
| YUV | 130.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 131 | 0 | 0.39 | 0.25 | 0.31 | 338.82 | 0.3 | 0.55 |
| Hex | AF | 6B | 83 | 0 | 27 | 19 | 1F | 153 | 1E | 37 |
| Octal | 257 | 153 | 203 | 0 | 47 | 31 | 37 | 523 | 36 | 67 |
| Binary | 10101111 | 1101011 | 10000011 | 0 | 100111 | 11001 | 11111 | 101010011 | 11110 | 110111 |
Color Harmonies of #AF6B83
Complementary color
Monochromatic Colors of #AF6B83
Black with #AF6B83
Text Example
Text Example
White with #AF6B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B83; }
p { color: rgb(175,107,131); }
H1.HeaderClassName
{
color: #AF6B83;
}
.AnyTagClassName
{
color: #AF6B83;
}
</style>
background-color css
<style>
a { background-color: #AF6B83; }
a { background-color: rgb(175,107,131); }
div.DivClassName
{
background-color: #AF6B83;
}
.BgClassName
{
background-color: #AF6B83;
}
</style>
border-color css
<style>
span { border-color: #AF6B83; }
span { border-color: rgb(175,107,131); }
td.TdClassName
{
border-color: #AF6B83;
}
.TagClassName
{
border-color: #AF6B83;
}
</style>