Shades of Strikemaster #A16C83
Tints of Strikemaster #A16C83
RGB
CMYK
RGB Variations
Color information
#A16C83 (or 0xA16C83) is known color: Strikemaster. HEX triplet: A1, 6C and 83. RGB value is (161,108,131). Sum of RGB (Red+Green+Blue) = 161+108+131=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16C83 is #5E937C. Grayscale: #7E7E7E. Windows color (decimal): -6198141 or 8613025. OLE color: 8613025.
HSL color Cylindrical-coordinate representation of color #A16C83: hue angle of 333.96º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16C83 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 131 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.37 |
| HSL | 333.96º | 0.22% | 0.53% | - |
| HSV(B) | 333.96º | 0.33% | 0.63% | - |
| XYZ | 24.16 | 19.94 | 24.05 | - |
| YUV | 126.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 131 | 0 | 0.33 | 0.19 | 0.37 | 333.96 | 0.22 | 0.53 |
| Hex | A1 | 6C | 83 | 0 | 21 | 13 | 25 | 14E | 16 | 35 |
| Octal | 241 | 154 | 203 | 0 | 41 | 23 | 45 | 516 | 26 | 65 |
| Binary | 10100001 | 1101100 | 10000011 | 0 | 100001 | 10011 | 100101 | 101001110 | 10110 | 110101 |
Color Harmonies of #A16C83
Complementary color
Monochromatic Colors of #A16C83
Black with #A16C83
Text Example
Text Example
White with #A16C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C83; }
p { color: rgb(161,108,131); }
H1.HeaderClassName
{
color: #A16C83;
}
.AnyTagClassName
{
color: #A16C83;
}
</style>
background-color css
<style>
a { background-color: #A16C83; }
a { background-color: rgb(161,108,131); }
div.DivClassName
{
background-color: #A16C83;
}
.BgClassName
{
background-color: #A16C83;
}
</style>
border-color css
<style>
span { border-color: #A16C83; }
span { border-color: rgb(161,108,131); }
td.TdClassName
{
border-color: #A16C83;
}
.TagClassName
{
border-color: #A16C83;
}
</style>