Shades of Strikemaster #A86587
Tints of Strikemaster #A86587
RGB
CMYK
RGB Variations
Color information
#A86587 (or 0xA86587) is known color: Strikemaster. HEX triplet: A8, 65 and 87. RGB value is (168,101,135). Sum of RGB (Red+Green+Blue) = 168+101+135=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A86587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86587 is #579A78. Grayscale: #7C7C7C. Windows color (decimal): -5741177 or 8873384. OLE color: 8873384.
HSL color Cylindrical-coordinate representation of color #A86587: hue angle of 329.55º 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 #A86587 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 135 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.34 |
| HSL | 329.55º | 0.28% | 0.53% | - |
| HSV(B) | 329.55º | 0.4% | 0.66% | - |
| XYZ | 25.18 | 19.38 | 25.34 | - |
| YUV | 124.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 135 | 0 | 0.40 | 0.20 | 0.34 | 329.55 | 0.28 | 0.53 |
| Hex | A8 | 65 | 87 | 0 | 28 | 14 | 22 | 14A | 1C | 35 |
| Octal | 250 | 145 | 207 | 0 | 50 | 24 | 42 | 512 | 34 | 65 |
| Binary | 10101000 | 1100101 | 10000111 | 0 | 101000 | 10100 | 100010 | 101001010 | 11100 | 110101 |
Color Harmonies of #A86587
Complementary color
Monochromatic Colors of #A86587
Black with #A86587
Text Example
Text Example
White with #A86587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86587; }
p { color: rgb(168,101,135); }
H1.HeaderClassName
{
color: #A86587;
}
.AnyTagClassName
{
color: #A86587;
}
</style>
background-color css
<style>
a { background-color: #A86587; }
a { background-color: rgb(168,101,135); }
div.DivClassName
{
background-color: #A86587;
}
.BgClassName
{
background-color: #A86587;
}
</style>
border-color css
<style>
span { border-color: #A86587; }
span { border-color: rgb(168,101,135); }
td.TdClassName
{
border-color: #A86587;
}
.TagClassName
{
border-color: #A86587;
}
</style>