Shades of Strikemaster #A56086
Tints of Strikemaster #A56086
RGB
CMYK
RGB Variations
Color information
#A56086 (or 0xA56086) is known color: Strikemaster. HEX triplet: A5, 60 and 86. RGB value is (165,96,134). Sum of RGB (Red+Green+Blue) = 165+96+134=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A56086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56086 is #5A9F79. Grayscale: #787878. Windows color (decimal): -5939066 or 8806565. OLE color: 8806565.
HSL color Cylindrical-coordinate representation of color #A56086: hue angle of 326.96º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56086 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 96 | 134 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.35 |
| HSL | 326.96º | 0.28% | 0.51% | - |
| HSV(B) | 326.96º | 0.42% | 0.65% | - |
| XYZ | 24 | 18.09 | 24.78 | - |
| YUV | 120.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 134 | 0 | 0.42 | 0.19 | 0.35 | 326.96 | 0.28 | 0.51 |
| Hex | A5 | 60 | 86 | 0 | 2A | 13 | 23 | 147 | 1C | 33 |
| Octal | 245 | 140 | 206 | 0 | 52 | 23 | 43 | 507 | 34 | 63 |
| Binary | 10100101 | 1100000 | 10000110 | 0 | 101010 | 10011 | 100011 | 101000111 | 11100 | 110011 |
Color Harmonies of #A56086
Complementary color
Monochromatic Colors of #A56086
Black with #A56086
Text Example
Text Example
White with #A56086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56086; }
p { color: rgb(165,96,134); }
H1.HeaderClassName
{
color: #A56086;
}
.AnyTagClassName
{
color: #A56086;
}
</style>
background-color css
<style>
a { background-color: #A56086; }
a { background-color: rgb(165,96,134); }
div.DivClassName
{
background-color: #A56086;
}
.BgClassName
{
background-color: #A56086;
}
</style>
border-color css
<style>
span { border-color: #A56086; }
span { border-color: rgb(165,96,134); }
td.TdClassName
{
border-color: #A56086;
}
.TagClassName
{
border-color: #A56086;
}
</style>