Shades of Strikemaster #A86488
Tints of Strikemaster #A86488
RGB
CMYK
RGB Variations
Color information
#A86488 (or 0xA86488) is known color: Strikemaster. HEX triplet: A8, 64 and 88. RGB value is (168,100,136). Sum of RGB (Red+Green+Blue) = 168+100+136=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A86488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86488 is #579B77. Grayscale: #7C7C7C. Windows color (decimal): -5741432 or 8938664. OLE color: 8938664.
HSL color Cylindrical-coordinate representation of color #A86488: hue angle of 328.24º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86488 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 136 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.34 |
| HSL | 328.24º | 0.28% | 0.53% | - |
| HSV(B) | 328.24º | 0.4% | 0.66% | - |
| XYZ | 25.15 | 19.22 | 25.68 | - |
| YUV | 124.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 136 | 0 | 0.40 | 0.19 | 0.34 | 328.24 | 0.28 | 0.53 |
| Hex | A8 | 64 | 88 | 0 | 28 | 13 | 22 | 148 | 1C | 35 |
| Octal | 250 | 144 | 210 | 0 | 50 | 23 | 42 | 510 | 34 | 65 |
| Binary | 10101000 | 1100100 | 10001000 | 0 | 101000 | 10011 | 100010 | 101001000 | 11100 | 110101 |
Color Harmonies of #A86488
Complementary color
Monochromatic Colors of #A86488
Black with #A86488
Text Example
Text Example
White with #A86488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86488; }
p { color: rgb(168,100,136); }
H1.HeaderClassName
{
color: #A86488;
}
.AnyTagClassName
{
color: #A86488;
}
</style>
background-color css
<style>
a { background-color: #A86488; }
a { background-color: rgb(168,100,136); }
div.DivClassName
{
background-color: #A86488;
}
.BgClassName
{
background-color: #A86488;
}
</style>
border-color css
<style>
span { border-color: #A86488; }
span { border-color: rgb(168,100,136); }
td.TdClassName
{
border-color: #A86488;
}
.TagClassName
{
border-color: #A86488;
}
</style>