Shades of Strikemaster #A16D83
Tints of Strikemaster #A16D83
RGB
CMYK
RGB Variations
Color information
#A16D83 (or 0xA16D83) is known color: Strikemaster. HEX triplet: A1, 6D and 83. RGB value is (161,109,131). Sum of RGB (Red+Green+Blue) = 161+109+131=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16D83 is #5E927C. Grayscale: #7F7F7F. Windows color (decimal): -6197885 or 8613281. OLE color: 8613281.
HSL color Cylindrical-coordinate representation of color #A16D83: hue angle of 334.62º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16D83 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 131 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.37 |
| HSL | 334.62º | 0.22% | 0.53% | - |
| HSV(B) | 334.62º | 0.32% | 0.63% | - |
| XYZ | 24.26 | 20.15 | 24.08 | - |
| YUV | 127.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 131 | 0 | 0.32 | 0.19 | 0.37 | 334.62 | 0.22 | 0.53 |
| Hex | A1 | 6D | 83 | 0 | 20 | 13 | 25 | 14F | 16 | 35 |
| Octal | 241 | 155 | 203 | 0 | 40 | 23 | 45 | 517 | 26 | 65 |
| Binary | 10100001 | 1101101 | 10000011 | 0 | 100000 | 10011 | 100101 | 101001111 | 10110 | 110101 |
Color Harmonies of #A16D83
Complementary color
Monochromatic Colors of #A16D83
Black with #A16D83
Text Example
Text Example
White with #A16D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D83; }
p { color: rgb(161,109,131); }
H1.HeaderClassName
{
color: #A16D83;
}
.AnyTagClassName
{
color: #A16D83;
}
</style>
background-color css
<style>
a { background-color: #A16D83; }
a { background-color: rgb(161,109,131); }
div.DivClassName
{
background-color: #A16D83;
}
.BgClassName
{
background-color: #A16D83;
}
</style>
border-color css
<style>
span { border-color: #A16D83; }
span { border-color: rgb(161,109,131); }
td.TdClassName
{
border-color: #A16D83;
}
.TagClassName
{
border-color: #A16D83;
}
</style>