Shades of Strikemaster #A16181
Tints of Strikemaster #A16181
RGB
CMYK
RGB Variations
Color information
#A16181 (or 0xA16181) is known color: Strikemaster. HEX triplet: A1, 61 and 81. RGB value is (161,97,129). Sum of RGB (Red+Green+Blue) = 161+97+129=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A16181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16181 is #5E9E7E. Grayscale: #777777. Windows color (decimal): -6200959 or 8479137. OLE color: 8479137.
HSL color Cylindrical-coordinate representation of color #A16181: hue angle of 330º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16181 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 129 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.37 |
| HSL | 330º | 0.25% | 0.51% | - |
| HSV(B) | 330º | 0.4% | 0.63% | - |
| XYZ | 22.94 | 17.71 | 22.98 | - |
| YUV | 119.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 129 | 0 | 0.40 | 0.20 | 0.37 | 330 | 0.25 | 0.51 |
| Hex | A1 | 61 | 81 | 0 | 28 | 14 | 25 | 14A | 19 | 33 |
| Octal | 241 | 141 | 201 | 0 | 50 | 24 | 45 | 512 | 31 | 63 |
| Binary | 10100001 | 1100001 | 10000001 | 0 | 101000 | 10100 | 100101 | 101001010 | 11001 | 110011 |
Color Harmonies of #A16181
Complementary color
Monochromatic Colors of #A16181
Black with #A16181
Text Example
Text Example
White with #A16181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16181; }
p { color: rgb(161,97,129); }
H1.HeaderClassName
{
color: #A16181;
}
.AnyTagClassName
{
color: #A16181;
}
</style>
background-color css
<style>
a { background-color: #A16181; }
a { background-color: rgb(161,97,129); }
div.DivClassName
{
background-color: #A16181;
}
.BgClassName
{
background-color: #A16181;
}
</style>
border-color css
<style>
span { border-color: #A16181; }
span { border-color: rgb(161,97,129); }
td.TdClassName
{
border-color: #A16181;
}
.TagClassName
{
border-color: #A16181;
}
</style>