Shades of Strikemaster #A16388
Tints of Strikemaster #A16388
RGB
CMYK
RGB Variations
Color information
#A16388 (or 0xA16388) is known color: Strikemaster. HEX triplet: A1, 63 and 88. RGB value is (161,99,136). Sum of RGB (Red+Green+Blue) = 161+99+136=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A16388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16388 is #5E9C77. Grayscale: #797979. Windows color (decimal): -6200440 or 8938401. OLE color: 8938401.
HSL color Cylindrical-coordinate representation of color #A16388: hue angle of 324.19º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16388 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 136 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.37 |
| HSL | 324.19º | 0.25% | 0.51% | - |
| HSV(B) | 324.19º | 0.39% | 0.63% | - |
| XYZ | 23.6 | 18.28 | 25.58 | - |
| YUV | 121.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 136 | 0 | 0.39 | 0.16 | 0.37 | 324.19 | 0.25 | 0.51 |
| Hex | A1 | 63 | 88 | 0 | 27 | 10 | 25 | 144 | 19 | 33 |
| Octal | 241 | 143 | 210 | 0 | 47 | 20 | 45 | 504 | 31 | 63 |
| Binary | 10100001 | 1100011 | 10001000 | 0 | 100111 | 10000 | 100101 | 101000100 | 11001 | 110011 |
Color Harmonies of #A16388
Complementary color
Monochromatic Colors of #A16388
Black with #A16388
Text Example
Text Example
White with #A16388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16388; }
p { color: rgb(161,99,136); }
H1.HeaderClassName
{
color: #A16388;
}
.AnyTagClassName
{
color: #A16388;
}
</style>
background-color css
<style>
a { background-color: #A16388; }
a { background-color: rgb(161,99,136); }
div.DivClassName
{
background-color: #A16388;
}
.BgClassName
{
background-color: #A16388;
}
</style>
border-color css
<style>
span { border-color: #A16388; }
span { border-color: rgb(161,99,136); }
td.TdClassName
{
border-color: #A16388;
}
.TagClassName
{
border-color: #A16388;
}
</style>