Shades of Strikemaster #A16583
Tints of Strikemaster #A16583
RGB
CMYK
RGB Variations
Color information
#A16583 (or 0xA16583) is known color: Strikemaster. HEX triplet: A1, 65 and 83. RGB value is (161,101,131). Sum of RGB (Red+Green+Blue) = 161+101+131=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A16583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16583 is #5E9A7C. Grayscale: #7A7A7A. Windows color (decimal): -6199933 or 8611233. OLE color: 8611233.
HSL color Cylindrical-coordinate representation of color #A16583: hue angle of 330º 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 #A16583 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 131 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.37 |
| HSL | 330º | 0.24% | 0.51% | - |
| HSV(B) | 330º | 0.37% | 0.63% | - |
| XYZ | 23.45 | 18.52 | 23.81 | - |
| YUV | 122.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 131 | 0 | 0.37 | 0.19 | 0.37 | 330 | 0.24 | 0.51 |
| Hex | A1 | 65 | 83 | 0 | 25 | 13 | 25 | 14A | 18 | 33 |
| Octal | 241 | 145 | 203 | 0 | 45 | 23 | 45 | 512 | 30 | 63 |
| Binary | 10100001 | 1100101 | 10000011 | 0 | 100101 | 10011 | 100101 | 101001010 | 11000 | 110011 |
Color Harmonies of #A16583
Complementary color
Monochromatic Colors of #A16583
Black with #A16583
Text Example
Text Example
White with #A16583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16583; }
p { color: rgb(161,101,131); }
H1.HeaderClassName
{
color: #A16583;
}
.AnyTagClassName
{
color: #A16583;
}
</style>
background-color css
<style>
a { background-color: #A16583; }
a { background-color: rgb(161,101,131); }
div.DivClassName
{
background-color: #A16583;
}
.BgClassName
{
background-color: #A16583;
}
</style>
border-color css
<style>
span { border-color: #A16583; }
span { border-color: rgb(161,101,131); }
td.TdClassName
{
border-color: #A16583;
}
.TagClassName
{
border-color: #A16583;
}
</style>