Shades of Strikemaster #A86384
Tints of Strikemaster #A86384
RGB
CMYK
RGB Variations
Color information
#A86384 (or 0xA86384) is known color: Strikemaster. HEX triplet: A8, 63 and 84. RGB value is (168,99,132). Sum of RGB (Red+Green+Blue) = 168+99+132=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A86384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86384 is #579C7B. Grayscale: #7B7B7B. Windows color (decimal): -5741692 or 8676264. OLE color: 8676264.
HSL color Cylindrical-coordinate representation of color #A86384: hue angle of 331.3º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86384 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 132 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.34 |
| HSL | 331.3º | 0.28% | 0.52% | - |
| HSV(B) | 331.3º | 0.41% | 0.66% | - |
| XYZ | 24.78 | 18.91 | 24.17 | - |
| YUV | 123.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 132 | 0 | 0.41 | 0.21 | 0.34 | 331.3 | 0.28 | 0.52 |
| Hex | A8 | 63 | 84 | 0 | 29 | 15 | 22 | 14B | 1C | 34 |
| Octal | 250 | 143 | 204 | 0 | 51 | 25 | 42 | 513 | 34 | 64 |
| Binary | 10101000 | 1100011 | 10000100 | 0 | 101001 | 10101 | 100010 | 101001011 | 11100 | 110100 |
Color Harmonies of #A86384
Complementary color
Monochromatic Colors of #A86384
Black with #A86384
Text Example
Text Example
White with #A86384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86384; }
p { color: rgb(168,99,132); }
H1.HeaderClassName
{
color: #A86384;
}
.AnyTagClassName
{
color: #A86384;
}
</style>
background-color css
<style>
a { background-color: #A86384; }
a { background-color: rgb(168,99,132); }
div.DivClassName
{
background-color: #A86384;
}
.BgClassName
{
background-color: #A86384;
}
</style>
border-color css
<style>
span { border-color: #A86384; }
span { border-color: rgb(168,99,132); }
td.TdClassName
{
border-color: #A86384;
}
.TagClassName
{
border-color: #A86384;
}
</style>