Shades of Strikemaster #A16C86
Tints of Strikemaster #A16C86
RGB
CMYK
RGB Variations
Color information
#A16C86 (or 0xA16C86) is known color: Strikemaster. HEX triplet: A1, 6C and 86. RGB value is (161,108,134). Sum of RGB (Red+Green+Blue) = 161+108+134=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16C86 is #5E9379. Grayscale: #7E7E7E. Windows color (decimal): -6198138 or 8809633. OLE color: 8809633.
HSL color Cylindrical-coordinate representation of color #A16C86: hue angle of 330.57º 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 #A16C86 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 134 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.37 |
| HSL | 330.57º | 0.22% | 0.53% | - |
| HSV(B) | 330.57º | 0.33% | 0.63% | - |
| XYZ | 24.36 | 20.02 | 25.14 | - |
| YUV | 126.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 134 | 0 | 0.33 | 0.17 | 0.37 | 330.57 | 0.22 | 0.53 |
| Hex | A1 | 6C | 86 | 0 | 21 | 11 | 25 | 14B | 16 | 35 |
| Octal | 241 | 154 | 206 | 0 | 41 | 21 | 45 | 513 | 26 | 65 |
| Binary | 10100001 | 1101100 | 10000110 | 0 | 100001 | 10001 | 100101 | 101001011 | 10110 | 110101 |
Color Harmonies of #A16C86
Complementary color
Monochromatic Colors of #A16C86
Black with #A16C86
Text Example
Text Example
White with #A16C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C86; }
p { color: rgb(161,108,134); }
H1.HeaderClassName
{
color: #A16C86;
}
.AnyTagClassName
{
color: #A16C86;
}
</style>
background-color css
<style>
a { background-color: #A16C86; }
a { background-color: rgb(161,108,134); }
div.DivClassName
{
background-color: #A16C86;
}
.BgClassName
{
background-color: #A16C86;
}
</style>
border-color css
<style>
span { border-color: #A16C86; }
span { border-color: rgb(161,108,134); }
td.TdClassName
{
border-color: #A16C86;
}
.TagClassName
{
border-color: #A16C86;
}
</style>