Shades of Strikemaster #A86586
Tints of Strikemaster #A86586
RGB
CMYK
RGB Variations
Color information
#A86586 (or 0xA86586) is known color: Strikemaster. HEX triplet: A8, 65 and 86. RGB value is (168,101,134). Sum of RGB (Red+Green+Blue) = 168+101+134=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A86586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86586 is #579A79. Grayscale: #7C7C7C. Windows color (decimal): -5741178 or 8807848. OLE color: 8807848.
HSL color Cylindrical-coordinate representation of color #A86586: hue angle of 330.45º 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 #A86586 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 134 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.34 |
| HSL | 330.45º | 0.28% | 0.53% | - |
| HSV(B) | 330.45º | 0.4% | 0.66% | - |
| XYZ | 25.11 | 19.35 | 24.97 | - |
| YUV | 124.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 134 | 0 | 0.40 | 0.20 | 0.34 | 330.45 | 0.28 | 0.53 |
| Hex | A8 | 65 | 86 | 0 | 28 | 14 | 22 | 14A | 1C | 35 |
| Octal | 250 | 145 | 206 | 0 | 50 | 24 | 42 | 512 | 34 | 65 |
| Binary | 10101000 | 1100101 | 10000110 | 0 | 101000 | 10100 | 100010 | 101001010 | 11100 | 110101 |
Color Harmonies of #A86586
Complementary color
Monochromatic Colors of #A86586
Black with #A86586
Text Example
Text Example
White with #A86586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86586; }
p { color: rgb(168,101,134); }
H1.HeaderClassName
{
color: #A86586;
}
.AnyTagClassName
{
color: #A86586;
}
</style>
background-color css
<style>
a { background-color: #A86586; }
a { background-color: rgb(168,101,134); }
div.DivClassName
{
background-color: #A86586;
}
.BgClassName
{
background-color: #A86586;
}
</style>
border-color css
<style>
span { border-color: #A86586; }
span { border-color: rgb(168,101,134); }
td.TdClassName
{
border-color: #A86586;
}
.TagClassName
{
border-color: #A86586;
}
</style>