Shades of Strikemaster #A16081
Tints of Strikemaster #A16081
RGB
CMYK
RGB Variations
Color information
#A16081 (or 0xA16081) is known color: Strikemaster. HEX triplet: A1, 60 and 81. RGB value is (161,96,129). Sum of RGB (Red+Green+Blue) = 161+96+129=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A16081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16081 is #5E9F7E. Grayscale: #777777. Windows color (decimal): -6201215 or 8478881. OLE color: 8478881.
HSL color Cylindrical-coordinate representation of color #A16081: hue angle of 329.54º 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 #A16081 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 129 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.37 |
| HSL | 329.54º | 0.26% | 0.5% | - |
| HSV(B) | 329.54º | 0.4% | 0.63% | - |
| XYZ | 22.84 | 17.53 | 22.95 | - |
| YUV | 119.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 129 | 0 | 0.40 | 0.20 | 0.37 | 329.54 | 0.26 | 0.5 |
| Hex | A1 | 60 | 81 | 0 | 28 | 14 | 25 | 14A | 1A | 32 |
| Octal | 241 | 140 | 201 | 0 | 50 | 24 | 45 | 512 | 32 | 62 |
| Binary | 10100001 | 1100000 | 10000001 | 0 | 101000 | 10100 | 100101 | 101001010 | 11010 | 110010 |
Color Harmonies of #A16081
Complementary color
Monochromatic Colors of #A16081
Black with #A16081
Text Example
Text Example
White with #A16081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16081; }
p { color: rgb(161,96,129); }
H1.HeaderClassName
{
color: #A16081;
}
.AnyTagClassName
{
color: #A16081;
}
</style>
background-color css
<style>
a { background-color: #A16081; }
a { background-color: rgb(161,96,129); }
div.DivClassName
{
background-color: #A16081;
}
.BgClassName
{
background-color: #A16081;
}
</style>
border-color css
<style>
span { border-color: #A16081; }
span { border-color: rgb(161,96,129); }
td.TdClassName
{
border-color: #A16081;
}
.TagClassName
{
border-color: #A16081;
}
</style>