Shades of Strikemaster #A16082
Tints of Strikemaster #A16082
RGB
CMYK
RGB Variations
Color information
#A16082 (or 0xA16082) is known color: Strikemaster. HEX triplet: A1, 60 and 82. RGB value is (161,96,130). Sum of RGB (Red+Green+Blue) = 161+96+130=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A16082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16082 is #5E9F7D. Grayscale: #777777. Windows color (decimal): -6201214 or 8544417. OLE color: 8544417.
HSL color Cylindrical-coordinate representation of color #A16082: hue angle of 328.62º degrees, saturation: 0.26, 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 #A16082 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 130 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.37 |
| HSL | 328.62º | 0.26% | 0.5% | - |
| HSV(B) | 328.62º | 0.4% | 0.63% | - |
| XYZ | 22.91 | 17.55 | 23.3 | - |
| YUV | 119.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 130 | 0 | 0.40 | 0.19 | 0.37 | 328.62 | 0.26 | 0.5 |
| Hex | A1 | 60 | 82 | 0 | 28 | 13 | 25 | 149 | 1A | 32 |
| Octal | 241 | 140 | 202 | 0 | 50 | 23 | 45 | 511 | 32 | 62 |
| Binary | 10100001 | 1100000 | 10000010 | 0 | 101000 | 10011 | 100101 | 101001001 | 11010 | 110010 |
Color Harmonies of #A16082
Complementary color
Monochromatic Colors of #A16082
Black with #A16082
Text Example
Text Example
White with #A16082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16082; }
p { color: rgb(161,96,130); }
H1.HeaderClassName
{
color: #A16082;
}
.AnyTagClassName
{
color: #A16082;
}
</style>
background-color css
<style>
a { background-color: #A16082; }
a { background-color: rgb(161,96,130); }
div.DivClassName
{
background-color: #A16082;
}
.BgClassName
{
background-color: #A16082;
}
</style>
border-color css
<style>
span { border-color: #A16082; }
span { border-color: rgb(161,96,130); }
td.TdClassName
{
border-color: #A16082;
}
.TagClassName
{
border-color: #A16082;
}
</style>