Shades of Strikemaster #A06082
Tints of Strikemaster #A06082
RGB
CMYK
RGB Variations
Color information
#A06082 (or 0xA06082) is known color: Strikemaster. HEX triplet: A0, 60 and 82. RGB value is (160,96,130). Sum of RGB (Red+Green+Blue) = 160+96+130=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A06082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06082 is #5F9F7D. Grayscale: #767676. Windows color (decimal): -6266750 or 8544416. OLE color: 8544416.
HSL color Cylindrical-coordinate representation of color #A06082: hue angle of 328.12º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06082 is Cyan = 0, Magento = 0.4, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 130 | - |
| CMYK | 0 | 0.4 | 0.19 | 0.37 |
| HSL | 328.13º | 0.25% | 0.5% | - |
| HSV(B) | 328.13º | 0.4% | 0.63% | - |
| XYZ | 22.71 | 17.45 | 23.29 | - |
| YUV | 119.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 130 | 0 | 0.4 | 0.19 | 0.37 | 328.13 | 0.25 | 0.5 |
| Hex | A0 | 60 | 82 | 0 | 28 | 13 | 25 | 148 | 19 | 32 |
| Octal | 240 | 140 | 202 | 0 | 50 | 23 | 45 | 510 | 31 | 62 |
| Binary | 10100000 | 1100000 | 10000010 | 0 | 101000 | 10011 | 100101 | 101001000 | 11001 | 110010 |
Color Harmonies of #A06082
Complementary color
Monochromatic Colors of #A06082
Black with #A06082
Text Example
Text Example
White with #A06082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06082; }
p { color: rgb(160,96,130); }
H1.HeaderClassName
{
color: #A06082;
}
.AnyTagClassName
{
color: #A06082;
}
</style>
background-color css
<style>
a { background-color: #A06082; }
a { background-color: rgb(160,96,130); }
div.DivClassName
{
background-color: #A06082;
}
.BgClassName
{
background-color: #A06082;
}
</style>
border-color css
<style>
span { border-color: #A06082; }
span { border-color: rgb(160,96,130); }
td.TdClassName
{
border-color: #A06082;
}
.TagClassName
{
border-color: #A06082;
}
</style>