Shades of Strikemaster #A16582
Tints of Strikemaster #A16582
RGB
CMYK
RGB Variations
Color information
#A16582 (or 0xA16582) is known color: Strikemaster. HEX triplet: A1, 65 and 82. RGB value is (161,101,130). Sum of RGB (Red+Green+Blue) = 161+101+130=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A16582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16582 is #5E9A7D. Grayscale: #7A7A7A. Windows color (decimal): -6199934 or 8545697. OLE color: 8545697.
HSL color Cylindrical-coordinate representation of color #A16582: hue angle of 331º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16582 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 130 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.37 |
| HSL | 331º | 0.24% | 0.51% | - |
| HSV(B) | 331º | 0.37% | 0.63% | - |
| XYZ | 23.38 | 18.5 | 23.46 | - |
| YUV | 122.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 130 | 0 | 0.37 | 0.19 | 0.37 | 331 | 0.24 | 0.51 |
| Hex | A1 | 65 | 82 | 0 | 25 | 13 | 25 | 14B | 18 | 33 |
| Octal | 241 | 145 | 202 | 0 | 45 | 23 | 45 | 513 | 30 | 63 |
| Binary | 10100001 | 1100101 | 10000010 | 0 | 100101 | 10011 | 100101 | 101001011 | 11000 | 110011 |
Color Harmonies of #A16582
Complementary color
Monochromatic Colors of #A16582
Black with #A16582
Text Example
Text Example
White with #A16582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16582; }
p { color: rgb(161,101,130); }
H1.HeaderClassName
{
color: #A16582;
}
.AnyTagClassName
{
color: #A16582;
}
</style>
background-color css
<style>
a { background-color: #A16582; }
a { background-color: rgb(161,101,130); }
div.DivClassName
{
background-color: #A16582;
}
.BgClassName
{
background-color: #A16582;
}
</style>
border-color css
<style>
span { border-color: #A16582; }
span { border-color: rgb(161,101,130); }
td.TdClassName
{
border-color: #A16582;
}
.TagClassName
{
border-color: #A16582;
}
</style>