Shades of Strikemaster #A16B84
Tints of Strikemaster #A16B84
RGB
CMYK
RGB Variations
Color information
#A16B84 (or 0xA16B84) is known color: Strikemaster. HEX triplet: A1, 6B and 84. RGB value is (161,107,132). Sum of RGB (Red+Green+Blue) = 161+107+132=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B84 is #5E947B. Grayscale: #7D7D7D. Windows color (decimal): -6198396 or 8678305. OLE color: 8678305.
HSL color Cylindrical-coordinate representation of color #A16B84: hue angle of 332.22º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16B84 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 132 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.37 |
| HSL | 332.22º | 0.22% | 0.53% | - |
| HSV(B) | 332.22º | 0.34% | 0.63% | - |
| XYZ | 24.12 | 19.76 | 24.37 | - |
| YUV | 126 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 132 | 0 | 0.34 | 0.18 | 0.37 | 332.22 | 0.22 | 0.53 |
| Hex | A1 | 6B | 84 | 0 | 22 | 12 | 25 | 14C | 16 | 35 |
| Octal | 241 | 153 | 204 | 0 | 42 | 22 | 45 | 514 | 26 | 65 |
| Binary | 10100001 | 1101011 | 10000100 | 0 | 100010 | 10010 | 100101 | 101001100 | 10110 | 110101 |
Color Harmonies of #A16B84
Complementary color
Monochromatic Colors of #A16B84
Black with #A16B84
Text Example
Text Example
White with #A16B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B84; }
p { color: rgb(161,107,132); }
H1.HeaderClassName
{
color: #A16B84;
}
.AnyTagClassName
{
color: #A16B84;
}
</style>
background-color css
<style>
a { background-color: #A16B84; }
a { background-color: rgb(161,107,132); }
div.DivClassName
{
background-color: #A16B84;
}
.BgClassName
{
background-color: #A16B84;
}
</style>
border-color css
<style>
span { border-color: #A16B84; }
span { border-color: rgb(161,107,132); }
td.TdClassName
{
border-color: #A16B84;
}
.TagClassName
{
border-color: #A16B84;
}
</style>