Shades of Strikemaster #A06287
Tints of Strikemaster #A06287
RGB
CMYK
RGB Variations
Color information
#A06287 (or 0xA06287) is known color: Strikemaster. HEX triplet: A0, 62 and 87. RGB value is (160,98,135). Sum of RGB (Red+Green+Blue) = 160+98+135=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A06287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06287 is #5F9D78. Grayscale: #787878. Windows color (decimal): -6266233 or 8872608. OLE color: 8872608.
HSL color Cylindrical-coordinate representation of color #A06287: hue angle of 324.19º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06287 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 135 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.37 |
| HSL | 324.19º | 0.25% | 0.51% | - |
| HSV(B) | 324.19º | 0.39% | 0.63% | - |
| XYZ | 23.24 | 17.96 | 25.16 | - |
| YUV | 120.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 135 | 0 | 0.39 | 0.16 | 0.37 | 324.19 | 0.25 | 0.51 |
| Hex | A0 | 62 | 87 | 0 | 27 | 10 | 25 | 144 | 19 | 33 |
| Octal | 240 | 142 | 207 | 0 | 47 | 20 | 45 | 504 | 31 | 63 |
| Binary | 10100000 | 1100010 | 10000111 | 0 | 100111 | 10000 | 100101 | 101000100 | 11001 | 110011 |
Color Harmonies of #A06287
Complementary color
Monochromatic Colors of #A06287
Black with #A06287
Text Example
Text Example
White with #A06287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06287; }
p { color: rgb(160,98,135); }
H1.HeaderClassName
{
color: #A06287;
}
.AnyTagClassName
{
color: #A06287;
}
</style>
background-color css
<style>
a { background-color: #A06287; }
a { background-color: rgb(160,98,135); }
div.DivClassName
{
background-color: #A06287;
}
.BgClassName
{
background-color: #A06287;
}
</style>
border-color css
<style>
span { border-color: #A06287; }
span { border-color: rgb(160,98,135); }
td.TdClassName
{
border-color: #A06287;
}
.TagClassName
{
border-color: #A06287;
}
</style>