Shades of Strikemaster #A16281
Tints of Strikemaster #A16281
RGB
CMYK
RGB Variations
Color information
#A16281 (or 0xA16281) is known color: Strikemaster. HEX triplet: A1, 62 and 81. RGB value is (161,98,129). Sum of RGB (Red+Green+Blue) = 161+98+129=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A16281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16281 is #5E9D7E. Grayscale: #787878. Windows color (decimal): -6200703 or 8479393. OLE color: 8479393.
HSL color Cylindrical-coordinate representation of color #A16281: hue angle of 330.48º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16281 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 129 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.37 |
| HSL | 330.48º | 0.25% | 0.51% | - |
| HSV(B) | 330.48º | 0.39% | 0.63% | - |
| XYZ | 23.03 | 17.9 | 23.01 | - |
| YUV | 120.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 129 | 0 | 0.39 | 0.20 | 0.37 | 330.48 | 0.25 | 0.51 |
| Hex | A1 | 62 | 81 | 0 | 27 | 14 | 25 | 14A | 19 | 33 |
| Octal | 241 | 142 | 201 | 0 | 47 | 24 | 45 | 512 | 31 | 63 |
| Binary | 10100001 | 1100010 | 10000001 | 0 | 100111 | 10100 | 100101 | 101001010 | 11001 | 110011 |
Color Harmonies of #A16281
Complementary color
Monochromatic Colors of #A16281
Black with #A16281
Text Example
Text Example
White with #A16281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16281; }
p { color: rgb(161,98,129); }
H1.HeaderClassName
{
color: #A16281;
}
.AnyTagClassName
{
color: #A16281;
}
</style>
background-color css
<style>
a { background-color: #A16281; }
a { background-color: rgb(161,98,129); }
div.DivClassName
{
background-color: #A16281;
}
.BgClassName
{
background-color: #A16281;
}
</style>
border-color css
<style>
span { border-color: #A16281; }
span { border-color: rgb(161,98,129); }
td.TdClassName
{
border-color: #A16281;
}
.TagClassName
{
border-color: #A16281;
}
</style>