Shades of Strikemaster #A16089
Tints of Strikemaster #A16089
RGB
CMYK
RGB Variations
Color information
#A16089 (or 0xA16089) is known color: Strikemaster. HEX triplet: A1, 60 and 89. RGB value is (161,96,137). Sum of RGB (Red+Green+Blue) = 161+96+137=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A16089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16089 is #5E9F76. Grayscale: #787878. Windows color (decimal): -6201207 or 9003169. OLE color: 9003169.
HSL color Cylindrical-coordinate representation of color #A16089: hue angle of 322.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16089 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 137 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.37 |
| HSL | 322.15º | 0.26% | 0.5% | - |
| HSV(B) | 322.15º | 0.4% | 0.63% | - |
| XYZ | 23.4 | 17.75 | 25.86 | - |
| YUV | 120.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 137 | 0 | 0.40 | 0.15 | 0.37 | 322.15 | 0.26 | 0.5 |
| Hex | A1 | 60 | 89 | 0 | 28 | F | 25 | 142 | 1A | 32 |
| Octal | 241 | 140 | 211 | 0 | 50 | 17 | 45 | 502 | 32 | 62 |
| Binary | 10100001 | 1100000 | 10001001 | 0 | 101000 | 1111 | 100101 | 101000010 | 11010 | 110010 |
Color Harmonies of #A16089
Complementary color
Monochromatic Colors of #A16089
Black with #A16089
Text Example
Text Example
White with #A16089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16089; }
p { color: rgb(161,96,137); }
H1.HeaderClassName
{
color: #A16089;
}
.AnyTagClassName
{
color: #A16089;
}
</style>
background-color css
<style>
a { background-color: #A16089; }
a { background-color: rgb(161,96,137); }
div.DivClassName
{
background-color: #A16089;
}
.BgClassName
{
background-color: #A16089;
}
</style>
border-color css
<style>
span { border-color: #A16089; }
span { border-color: rgb(161,96,137); }
td.TdClassName
{
border-color: #A16089;
}
.TagClassName
{
border-color: #A16089;
}
</style>