Shades of Strikemaster #A06182
Tints of Strikemaster #A06182
RGB
CMYK
RGB Variations
Color information
#A06182 (or 0xA06182) is known color: Strikemaster. HEX triplet: A0, 61 and 82. RGB value is (160,97,130). Sum of RGB (Red+Green+Blue) = 160+97+130=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A06182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06182 is #5F9E7D. Grayscale: #777777. Windows color (decimal): -6266494 or 8544672. OLE color: 8544672.
HSL color Cylindrical-coordinate representation of color #A06182: hue angle of 328.57º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06182 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 130 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.37 |
| HSL | 328.57º | 0.25% | 0.5% | - |
| HSV(B) | 328.57º | 0.39% | 0.63% | - |
| XYZ | 22.8 | 17.63 | 23.32 | - |
| YUV | 119.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 130 | 0 | 0.39 | 0.19 | 0.37 | 328.57 | 0.25 | 0.5 |
| Hex | A0 | 61 | 82 | 0 | 27 | 13 | 25 | 149 | 19 | 32 |
| Octal | 240 | 141 | 202 | 0 | 47 | 23 | 45 | 511 | 31 | 62 |
| Binary | 10100000 | 1100001 | 10000010 | 0 | 100111 | 10011 | 100101 | 101001001 | 11001 | 110010 |
Color Harmonies of #A06182
Complementary color
Monochromatic Colors of #A06182
Black with #A06182
Text Example
Text Example
White with #A06182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06182; }
p { color: rgb(160,97,130); }
H1.HeaderClassName
{
color: #A06182;
}
.AnyTagClassName
{
color: #A06182;
}
</style>
background-color css
<style>
a { background-color: #A06182; }
a { background-color: rgb(160,97,130); }
div.DivClassName
{
background-color: #A06182;
}
.BgClassName
{
background-color: #A06182;
}
</style>
border-color css
<style>
span { border-color: #A06182; }
span { border-color: rgb(160,97,130); }
td.TdClassName
{
border-color: #A06182;
}
.TagClassName
{
border-color: #A06182;
}
</style>