Shades of Strikemaster #A16A82
Tints of Strikemaster #A16A82
RGB
CMYK
RGB Variations
Color information
#A16A82 (or 0xA16A82) is known color: Strikemaster. HEX triplet: A1, 6A and 82. RGB value is (161,106,130). Sum of RGB (Red+Green+Blue) = 161+106+130=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A82 is #5E957D. Grayscale: #7D7D7D. Windows color (decimal): -6198654 or 8546977. OLE color: 8546977.
HSL color Cylindrical-coordinate representation of color #A16A82: hue angle of 333.82º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16A82 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 130 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.37 |
| HSL | 333.82º | 0.23% | 0.52% | - |
| HSV(B) | 333.82º | 0.34% | 0.63% | - |
| XYZ | 23.88 | 19.5 | 23.62 | - |
| YUV | 125.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 130 | 0 | 0.34 | 0.19 | 0.37 | 333.82 | 0.23 | 0.52 |
| Hex | A1 | 6A | 82 | 0 | 22 | 13 | 25 | 14E | 17 | 34 |
| Octal | 241 | 152 | 202 | 0 | 42 | 23 | 45 | 516 | 27 | 64 |
| Binary | 10100001 | 1101010 | 10000010 | 0 | 100010 | 10011 | 100101 | 101001110 | 10111 | 110100 |
Color Harmonies of #A16A82
Complementary color
Monochromatic Colors of #A16A82
Black with #A16A82
Text Example
Text Example
White with #A16A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A82; }
p { color: rgb(161,106,130); }
H1.HeaderClassName
{
color: #A16A82;
}
.AnyTagClassName
{
color: #A16A82;
}
</style>
background-color css
<style>
a { background-color: #A16A82; }
a { background-color: rgb(161,106,130); }
div.DivClassName
{
background-color: #A16A82;
}
.BgClassName
{
background-color: #A16A82;
}
</style>
border-color css
<style>
span { border-color: #A16A82; }
span { border-color: rgb(161,106,130); }
td.TdClassName
{
border-color: #A16A82;
}
.TagClassName
{
border-color: #A16A82;
}
</style>