Shades of Strikemaster #A06186
Tints of Strikemaster #A06186
RGB
CMYK
RGB Variations
Color information
#A06186 (or 0xA06186) is known color: Strikemaster. HEX triplet: A0, 61 and 86. RGB value is (160,97,134). Sum of RGB (Red+Green+Blue) = 160+97+134=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A06186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06186 is #5F9E79. Grayscale: #777777. Windows color (decimal): -6266490 or 8806816. OLE color: 8806816.
HSL color Cylindrical-coordinate representation of color #A06186: hue angle of 324.76º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06186 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 134 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.37 |
| HSL | 324.76º | 0.25% | 0.5% | - |
| HSV(B) | 324.76º | 0.39% | 0.63% | - |
| XYZ | 23.07 | 17.74 | 24.76 | - |
| YUV | 120.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 134 | 0 | 0.39 | 0.16 | 0.37 | 324.76 | 0.25 | 0.5 |
| Hex | A0 | 61 | 86 | 0 | 27 | 10 | 25 | 145 | 19 | 32 |
| Octal | 240 | 141 | 206 | 0 | 47 | 20 | 45 | 505 | 31 | 62 |
| Binary | 10100000 | 1100001 | 10000110 | 0 | 100111 | 10000 | 100101 | 101000101 | 11001 | 110010 |
Color Harmonies of #A06186
Complementary color
Monochromatic Colors of #A06186
Black with #A06186
Text Example
Text Example
White with #A06186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06186; }
p { color: rgb(160,97,134); }
H1.HeaderClassName
{
color: #A06186;
}
.AnyTagClassName
{
color: #A06186;
}
</style>
background-color css
<style>
a { background-color: #A06186; }
a { background-color: rgb(160,97,134); }
div.DivClassName
{
background-color: #A06186;
}
.BgClassName
{
background-color: #A06186;
}
</style>
border-color css
<style>
span { border-color: #A06186; }
span { border-color: rgb(160,97,134); }
td.TdClassName
{
border-color: #A06186;
}
.TagClassName
{
border-color: #A06186;
}
</style>