Shades of Strikemaster #A16882
Tints of Strikemaster #A16882
RGB
CMYK
RGB Variations
Color information
#A16882 (or 0xA16882) is known color: Strikemaster. HEX triplet: A1, 68 and 82. RGB value is (161,104,130). Sum of RGB (Red+Green+Blue) = 161+104+130=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A16882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16882 is #5E977D. Grayscale: #7B7B7B. Windows color (decimal): -6199166 or 8546465. OLE color: 8546465.
HSL color Cylindrical-coordinate representation of color #A16882: hue angle of 332.63º 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 #A16882 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 130 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.37 |
| HSL | 332.63º | 0.23% | 0.52% | - |
| HSV(B) | 332.63º | 0.35% | 0.63% | - |
| XYZ | 23.68 | 19.09 | 23.56 | - |
| YUV | 124.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 130 | 0 | 0.35 | 0.19 | 0.37 | 332.63 | 0.23 | 0.52 |
| Hex | A1 | 68 | 82 | 0 | 23 | 13 | 25 | 14D | 17 | 34 |
| Octal | 241 | 150 | 202 | 0 | 43 | 23 | 45 | 515 | 27 | 64 |
| Binary | 10100001 | 1101000 | 10000010 | 0 | 100011 | 10011 | 100101 | 101001101 | 10111 | 110100 |
Color Harmonies of #A16882
Complementary color
Monochromatic Colors of #A16882
Black with #A16882
Text Example
Text Example
White with #A16882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16882; }
p { color: rgb(161,104,130); }
H1.HeaderClassName
{
color: #A16882;
}
.AnyTagClassName
{
color: #A16882;
}
</style>
background-color css
<style>
a { background-color: #A16882; }
a { background-color: rgb(161,104,130); }
div.DivClassName
{
background-color: #A16882;
}
.BgClassName
{
background-color: #A16882;
}
</style>
border-color css
<style>
span { border-color: #A16882; }
span { border-color: rgb(161,104,130); }
td.TdClassName
{
border-color: #A16882;
}
.TagClassName
{
border-color: #A16882;
}
</style>