Shades of Strikemaster #A16183
Tints of Strikemaster #A16183
RGB
CMYK
RGB Variations
Color information
#A16183 (or 0xA16183) is known color: Strikemaster. HEX triplet: A1, 61 and 83. RGB value is (161,97,131). Sum of RGB (Red+Green+Blue) = 161+97+131=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A16183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16183 is #5E9E7C. Grayscale: #777777. Windows color (decimal): -6200957 or 8610209. OLE color: 8610209.
HSL color Cylindrical-coordinate representation of color #A16183: hue angle of 328.12º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16183 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 131 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.37 |
| HSL | 328.13º | 0.25% | 0.51% | - |
| HSV(B) | 328.13º | 0.4% | 0.63% | - |
| XYZ | 23.07 | 17.77 | 23.69 | - |
| YUV | 120.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 131 | 0 | 0.40 | 0.19 | 0.37 | 328.13 | 0.25 | 0.51 |
| Hex | A1 | 61 | 83 | 0 | 28 | 13 | 25 | 148 | 19 | 33 |
| Octal | 241 | 141 | 203 | 0 | 50 | 23 | 45 | 510 | 31 | 63 |
| Binary | 10100001 | 1100001 | 10000011 | 0 | 101000 | 10011 | 100101 | 101001000 | 11001 | 110011 |
Color Harmonies of #A16183
Complementary color
Monochromatic Colors of #A16183
Black with #A16183
Text Example
Text Example
White with #A16183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16183; }
p { color: rgb(161,97,131); }
H1.HeaderClassName
{
color: #A16183;
}
.AnyTagClassName
{
color: #A16183;
}
</style>
background-color css
<style>
a { background-color: #A16183; }
a { background-color: rgb(161,97,131); }
div.DivClassName
{
background-color: #A16183;
}
.BgClassName
{
background-color: #A16183;
}
</style>
border-color css
<style>
span { border-color: #A16183; }
span { border-color: rgb(161,97,131); }
td.TdClassName
{
border-color: #A16183;
}
.TagClassName
{
border-color: #A16183;
}
</style>