Shades of Strikemaster #A06886
Tints of Strikemaster #A06886
RGB
CMYK
RGB Variations
Color information
#A06886 (or 0xA06886) is known color: Strikemaster. HEX triplet: A0, 68 and 86. RGB value is (160,104,134). Sum of RGB (Red+Green+Blue) = 160+104+134=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A06886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06886 is #5F9779. Grayscale: #7C7C7C. Windows color (decimal): -6264698 or 8808608. OLE color: 8808608.
HSL color Cylindrical-coordinate representation of color #A06886: hue angle of 327.86º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06886 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 134 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.37 |
| HSL | 327.86º | 0.23% | 0.52% | - |
| HSV(B) | 327.86º | 0.35% | 0.63% | - |
| XYZ | 23.75 | 19.1 | 24.99 | - |
| YUV | 124.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 134 | 0 | 0.35 | 0.16 | 0.37 | 327.86 | 0.23 | 0.52 |
| Hex | A0 | 68 | 86 | 0 | 23 | 10 | 25 | 148 | 17 | 34 |
| Octal | 240 | 150 | 206 | 0 | 43 | 20 | 45 | 510 | 27 | 64 |
| Binary | 10100000 | 1101000 | 10000110 | 0 | 100011 | 10000 | 100101 | 101001000 | 10111 | 110100 |
Color Harmonies of #A06886
Complementary color
Monochromatic Colors of #A06886
Black with #A06886
Text Example
Text Example
White with #A06886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06886; }
p { color: rgb(160,104,134); }
H1.HeaderClassName
{
color: #A06886;
}
.AnyTagClassName
{
color: #A06886;
}
</style>
background-color css
<style>
a { background-color: #A06886; }
a { background-color: rgb(160,104,134); }
div.DivClassName
{
background-color: #A06886;
}
.BgClassName
{
background-color: #A06886;
}
</style>
border-color css
<style>
span { border-color: #A06886; }
span { border-color: rgb(160,104,134); }
td.TdClassName
{
border-color: #A06886;
}
.TagClassName
{
border-color: #A06886;
}
</style>