Shades of Strikemaster #A86189
Tints of Strikemaster #A86189
RGB
CMYK
RGB Variations
Color information
#A86189 (or 0xA86189) is known color: Strikemaster. HEX triplet: A8, 61 and 89. RGB value is (168,97,137). Sum of RGB (Red+Green+Blue) = 168+97+137=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A86189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86189 is #579E76. Grayscale: #7A7A7A. Windows color (decimal): -5742199 or 9003432. OLE color: 9003432.
HSL color Cylindrical-coordinate representation of color #A86189: hue angle of 326.2º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86189 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 137 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.34 |
| HSL | 326.2º | 0.29% | 0.52% | - |
| HSV(B) | 326.2º | 0.42% | 0.66% | - |
| XYZ | 24.94 | 18.68 | 25.96 | - |
| YUV | 122.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 137 | 0 | 0.42 | 0.18 | 0.34 | 326.2 | 0.29 | 0.52 |
| Hex | A8 | 61 | 89 | 0 | 2A | 12 | 22 | 146 | 1D | 34 |
| Octal | 250 | 141 | 211 | 0 | 52 | 22 | 42 | 506 | 35 | 64 |
| Binary | 10101000 | 1100001 | 10001001 | 0 | 101010 | 10010 | 100010 | 101000110 | 11101 | 110100 |
Color Harmonies of #A86189
Complementary color
Monochromatic Colors of #A86189
Black with #A86189
Text Example
Text Example
White with #A86189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86189; }
p { color: rgb(168,97,137); }
H1.HeaderClassName
{
color: #A86189;
}
.AnyTagClassName
{
color: #A86189;
}
</style>
background-color css
<style>
a { background-color: #A86189; }
a { background-color: rgb(168,97,137); }
div.DivClassName
{
background-color: #A86189;
}
.BgClassName
{
background-color: #A86189;
}
</style>
border-color css
<style>
span { border-color: #A86189; }
span { border-color: rgb(168,97,137); }
td.TdClassName
{
border-color: #A86189;
}
.TagClassName
{
border-color: #A86189;
}
</style>