Shades of Strikemaster #A16080
Tints of Strikemaster #A16080
RGB
CMYK
RGB Variations
Color information
#A16080 (or 0xA16080) is known color: Strikemaster. HEX triplet: A1, 60 and 80. RGB value is (161,96,128). Sum of RGB (Red+Green+Blue) = 161+96+128=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A16080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16080 is #5E9F7F. Grayscale: #777777. Windows color (decimal): -6201216 or 8413345. OLE color: 8413345.
HSL color Cylindrical-coordinate representation of color #A16080: hue angle of 330.46º 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 #A16080 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 128 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.37 |
| HSL | 330.46º | 0.26% | 0.5% | - |
| HSV(B) | 330.46º | 0.4% | 0.63% | - |
| XYZ | 22.78 | 17.5 | 22.6 | - |
| YUV | 119.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 128 | 0 | 0.40 | 0.20 | 0.37 | 330.46 | 0.26 | 0.5 |
| Hex | A1 | 60 | 80 | 0 | 28 | 14 | 25 | 14A | 1A | 32 |
| Octal | 241 | 140 | 200 | 0 | 50 | 24 | 45 | 512 | 32 | 62 |
| Binary | 10100001 | 1100000 | 10000000 | 0 | 101000 | 10100 | 100101 | 101001010 | 11010 | 110010 |
Color Harmonies of #A16080
Complementary color
Monochromatic Colors of #A16080
Black with #A16080
Text Example
Text Example
White with #A16080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16080; }
p { color: rgb(161,96,128); }
H1.HeaderClassName
{
color: #A16080;
}
.AnyTagClassName
{
color: #A16080;
}
</style>
background-color css
<style>
a { background-color: #A16080; }
a { background-color: rgb(161,96,128); }
div.DivClassName
{
background-color: #A16080;
}
.BgClassName
{
background-color: #A16080;
}
</style>
border-color css
<style>
span { border-color: #A16080; }
span { border-color: rgb(161,96,128); }
td.TdClassName
{
border-color: #A16080;
}
.TagClassName
{
border-color: #A16080;
}
</style>