Shades of Strikemaster #A16881
Tints of Strikemaster #A16881
RGB
CMYK
RGB Variations
Color information
#A16881 (or 0xA16881) is known color: Strikemaster. HEX triplet: A1, 68 and 81. RGB value is (161,104,129). Sum of RGB (Red+Green+Blue) = 161+104+129=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A16881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16881 is #5E977E. Grayscale: #7B7B7B. Windows color (decimal): -6199167 or 8480929. OLE color: 8480929.
HSL color Cylindrical-coordinate representation of color #A16881: hue angle of 333.68º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16881 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 129 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.37 |
| HSL | 333.68º | 0.23% | 0.52% | - |
| HSV(B) | 333.68º | 0.35% | 0.63% | - |
| XYZ | 23.61 | 19.06 | 23.2 | - |
| YUV | 123.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 129 | 0 | 0.35 | 0.20 | 0.37 | 333.68 | 0.23 | 0.52 |
| Hex | A1 | 68 | 81 | 0 | 23 | 14 | 25 | 14E | 17 | 34 |
| Octal | 241 | 150 | 201 | 0 | 43 | 24 | 45 | 516 | 27 | 64 |
| Binary | 10100001 | 1101000 | 10000001 | 0 | 100011 | 10100 | 100101 | 101001110 | 10111 | 110100 |
Color Harmonies of #A16881
Complementary color
Monochromatic Colors of #A16881
Black with #A16881
Text Example
Text Example
White with #A16881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16881; }
p { color: rgb(161,104,129); }
H1.HeaderClassName
{
color: #A16881;
}
.AnyTagClassName
{
color: #A16881;
}
</style>
background-color css
<style>
a { background-color: #A16881; }
a { background-color: rgb(161,104,129); }
div.DivClassName
{
background-color: #A16881;
}
.BgClassName
{
background-color: #A16881;
}
</style>
border-color css
<style>
span { border-color: #A16881; }
span { border-color: rgb(161,104,129); }
td.TdClassName
{
border-color: #A16881;
}
.TagClassName
{
border-color: #A16881;
}
</style>