Shades of Strikemaster #A16884
Tints of Strikemaster #A16884
RGB
CMYK
RGB Variations
Color information
#A16884 (or 0xA16884) is known color: Strikemaster. HEX triplet: A1, 68 and 84. RGB value is (161,104,132). Sum of RGB (Red+Green+Blue) = 161+104+132=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A16884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16884 is #5E977B. Grayscale: #7C7C7C. Windows color (decimal): -6199164 or 8677537. OLE color: 8677537.
HSL color Cylindrical-coordinate representation of color #A16884: hue angle of 330.53º 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 #A16884 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 132 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.37 |
| HSL | 330.53º | 0.23% | 0.52% | - |
| HSV(B) | 330.53º | 0.35% | 0.63% | - |
| XYZ | 23.81 | 19.14 | 24.27 | - |
| YUV | 124.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 132 | 0 | 0.35 | 0.18 | 0.37 | 330.53 | 0.23 | 0.52 |
| Hex | A1 | 68 | 84 | 0 | 23 | 12 | 25 | 14B | 17 | 34 |
| Octal | 241 | 150 | 204 | 0 | 43 | 22 | 45 | 513 | 27 | 64 |
| Binary | 10100001 | 1101000 | 10000100 | 0 | 100011 | 10010 | 100101 | 101001011 | 10111 | 110100 |
Color Harmonies of #A16884
Complementary color
Monochromatic Colors of #A16884
Black with #A16884
Text Example
Text Example
White with #A16884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16884; }
p { color: rgb(161,104,132); }
H1.HeaderClassName
{
color: #A16884;
}
.AnyTagClassName
{
color: #A16884;
}
</style>
background-color css
<style>
a { background-color: #A16884; }
a { background-color: rgb(161,104,132); }
div.DivClassName
{
background-color: #A16884;
}
.BgClassName
{
background-color: #A16884;
}
</style>
border-color css
<style>
span { border-color: #A16884; }
span { border-color: rgb(161,104,132); }
td.TdClassName
{
border-color: #A16884;
}
.TagClassName
{
border-color: #A16884;
}
</style>