Shades of Tapestry #AF6A83
Tints of Tapestry #AF6A83
RGB
CMYK
RGB Variations
Color information
#AF6A83 (or 0xAF6A83) is known color: Tapestry. HEX triplet: AF, 6A and 83. RGB value is (175,106,131). Sum of RGB (Red+Green+Blue) = 175+106+131=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A83 is #50957C. Grayscale: #818181. Windows color (decimal): -5281149 or 8612527. OLE color: 8612527.
HSL color Cylindrical-coordinate representation of color #AF6A83: hue angle of 338.26º 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 #AF6A83 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 131 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.31 |
| HSL | 338.26º | 0.3% | 0.55% | - |
| HSV(B) | 338.26º | 0.39% | 0.69% | - |
| XYZ | 26.93 | 21.06 | 24.12 | - |
| YUV | 129.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 131 | 0 | 0.39 | 0.25 | 0.31 | 338.26 | 0.3 | 0.55 |
| Hex | AF | 6A | 83 | 0 | 27 | 19 | 1F | 152 | 1E | 37 |
| Octal | 257 | 152 | 203 | 0 | 47 | 31 | 37 | 522 | 36 | 67 |
| Binary | 10101111 | 1101010 | 10000011 | 0 | 100111 | 11001 | 11111 | 101010010 | 11110 | 110111 |
Color Harmonies of #AF6A83
Complementary color
Monochromatic Colors of #AF6A83
Black with #AF6A83
Text Example
Text Example
White with #AF6A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A83; }
p { color: rgb(175,106,131); }
H1.HeaderClassName
{
color: #AF6A83;
}
.AnyTagClassName
{
color: #AF6A83;
}
</style>
background-color css
<style>
a { background-color: #AF6A83; }
a { background-color: rgb(175,106,131); }
div.DivClassName
{
background-color: #AF6A83;
}
.BgClassName
{
background-color: #AF6A83;
}
</style>
border-color css
<style>
span { border-color: #AF6A83; }
span { border-color: rgb(175,106,131); }
td.TdClassName
{
border-color: #AF6A83;
}
.TagClassName
{
border-color: #AF6A83;
}
</style>