Shades of Strikemaster #A66186
Tints of Strikemaster #A66186
RGB
CMYK
RGB Variations
Color information
#A66186 (or 0xA66186) is known color: Strikemaster. HEX triplet: A6, 61 and 86. RGB value is (166,97,134). Sum of RGB (Red+Green+Blue) = 166+97+134=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A66186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66186 is #599E79. Grayscale: #797979. Windows color (decimal): -5873274 or 8806822. OLE color: 8806822.
HSL color Cylindrical-coordinate representation of color #A66186: hue angle of 327.83º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66186 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 134 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.35 |
| HSL | 327.83º | 0.28% | 0.52% | - |
| HSV(B) | 327.83º | 0.42% | 0.65% | - |
| XYZ | 24.3 | 18.38 | 24.82 | - |
| YUV | 121.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 134 | 0 | 0.42 | 0.19 | 0.35 | 327.83 | 0.28 | 0.52 |
| Hex | A6 | 61 | 86 | 0 | 2A | 13 | 23 | 148 | 1C | 34 |
| Octal | 246 | 141 | 206 | 0 | 52 | 23 | 43 | 510 | 34 | 64 |
| Binary | 10100110 | 1100001 | 10000110 | 0 | 101010 | 10011 | 100011 | 101001000 | 11100 | 110100 |
Color Harmonies of #A66186
Complementary color
Monochromatic Colors of #A66186
Black with #A66186
Text Example
Text Example
White with #A66186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66186; }
p { color: rgb(166,97,134); }
H1.HeaderClassName
{
color: #A66186;
}
.AnyTagClassName
{
color: #A66186;
}
</style>
background-color css
<style>
a { background-color: #A66186; }
a { background-color: rgb(166,97,134); }
div.DivClassName
{
background-color: #A66186;
}
.BgClassName
{
background-color: #A66186;
}
</style>
border-color css
<style>
span { border-color: #A66186; }
span { border-color: rgb(166,97,134); }
td.TdClassName
{
border-color: #A66186;
}
.TagClassName
{
border-color: #A66186;
}
</style>