Shades of Strikemaster #A06686
Tints of Strikemaster #A06686
RGB
CMYK
RGB Variations
Color information
#A06686 (or 0xA06686) is known color: Strikemaster. HEX triplet: A0, 66 and 86. RGB value is (160,102,134). Sum of RGB (Red+Green+Blue) = 160+102+134=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A06686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06686 is #5F9979. Grayscale: #7A7A7A. Windows color (decimal): -6265210 or 8808096. OLE color: 8808096.
HSL color Cylindrical-coordinate representation of color #A06686: hue angle of 326.9º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06686 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 134 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.37 |
| HSL | 326.9º | 0.23% | 0.51% | - |
| HSV(B) | 326.9º | 0.36% | 0.63% | - |
| XYZ | 23.55 | 18.7 | 24.92 | - |
| YUV | 122.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 134 | 0 | 0.36 | 0.16 | 0.37 | 326.9 | 0.23 | 0.51 |
| Hex | A0 | 66 | 86 | 0 | 24 | 10 | 25 | 147 | 17 | 33 |
| Octal | 240 | 146 | 206 | 0 | 44 | 20 | 45 | 507 | 27 | 63 |
| Binary | 10100000 | 1100110 | 10000110 | 0 | 100100 | 10000 | 100101 | 101000111 | 10111 | 110011 |
Color Harmonies of #A06686
Complementary color
Monochromatic Colors of #A06686
Black with #A06686
Text Example
Text Example
White with #A06686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06686; }
p { color: rgb(160,102,134); }
H1.HeaderClassName
{
color: #A06686;
}
.AnyTagClassName
{
color: #A06686;
}
</style>
background-color css
<style>
a { background-color: #A06686; }
a { background-color: rgb(160,102,134); }
div.DivClassName
{
background-color: #A06686;
}
.BgClassName
{
background-color: #A06686;
}
</style>
border-color css
<style>
span { border-color: #A06686; }
span { border-color: rgb(160,102,134); }
td.TdClassName
{
border-color: #A06686;
}
.TagClassName
{
border-color: #A06686;
}
</style>