Shades of Strikemaster #A06290
Tints of Strikemaster #A06290
RGB
CMYK
RGB Variations
Color information
#A06290 (or 0xA06290) is known color: Strikemaster. HEX triplet: A0, 62 and 90. RGB value is (160,98,144). Sum of RGB (Red+Green+Blue) = 160+98+144=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A06290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06290 is #5F9D6F. Grayscale: #797979. Windows color (decimal): -6266224 or 9462432. OLE color: 9462432.
HSL color Cylindrical-coordinate representation of color #A06290: hue angle of 315.48º 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 #A06290 is Cyan = 0, Magento = 0.39, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 144 | - |
| CMYK | 0 | 0.39 | 0.1 | 0.37 |
| HSL | 315.48º | 0.25% | 0.51% | - |
| HSV(B) | 315.48º | 0.39% | 0.63% | - |
| XYZ | 23.9 | 18.22 | 28.64 | - |
| YUV | 121.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 144 | 0 | 0.39 | 0.1 | 0.37 | 315.48 | 0.25 | 0.51 |
| Hex | A0 | 62 | 90 | 0 | 27 | A | 25 | 13B | 19 | 33 |
| Octal | 240 | 142 | 220 | 0 | 47 | 12 | 45 | 473 | 31 | 63 |
| Binary | 10100000 | 1100010 | 10010000 | 0 | 100111 | 1010 | 100101 | 100111011 | 11001 | 110011 |
Color Harmonies of #A06290
Complementary color
Monochromatic Colors of #A06290
Black with #A06290
Text Example
Text Example
White with #A06290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06290; }
p { color: rgb(160,98,144); }
H1.HeaderClassName
{
color: #A06290;
}
.AnyTagClassName
{
color: #A06290;
}
</style>
background-color css
<style>
a { background-color: #A06290; }
a { background-color: rgb(160,98,144); }
div.DivClassName
{
background-color: #A06290;
}
.BgClassName
{
background-color: #A06290;
}
</style>
border-color css
<style>
span { border-color: #A06290; }
span { border-color: rgb(160,98,144); }
td.TdClassName
{
border-color: #A06290;
}
.TagClassName
{
border-color: #A06290;
}
</style>