Shades of Strikemaster #A16A80
Tints of Strikemaster #A16A80
RGB
CMYK
RGB Variations
Color information
#A16A80 (or 0xA16A80) is known color: Strikemaster. HEX triplet: A1, 6A and 80. RGB value is (161,106,128). Sum of RGB (Red+Green+Blue) = 161+106+128=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A80 is #5E957F. Grayscale: #7C7C7C. Windows color (decimal): -6198656 or 8415905. OLE color: 8415905.
HSL color Cylindrical-coordinate representation of color #A16A80: hue angle of 336º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16A80 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 128 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.37 |
| HSL | 336º | 0.23% | 0.52% | - |
| HSV(B) | 336º | 0.34% | 0.63% | - |
| XYZ | 23.75 | 19.44 | 22.92 | - |
| YUV | 124.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 128 | 0 | 0.34 | 0.20 | 0.37 | 336 | 0.23 | 0.52 |
| Hex | A1 | 6A | 80 | 0 | 22 | 14 | 25 | 150 | 17 | 34 |
| Octal | 241 | 152 | 200 | 0 | 42 | 24 | 45 | 520 | 27 | 64 |
| Binary | 10100001 | 1101010 | 10000000 | 0 | 100010 | 10100 | 100101 | 101010000 | 10111 | 110100 |
Color Harmonies of #A16A80
Complementary color
Monochromatic Colors of #A16A80
Black with #A16A80
Text Example
Text Example
White with #A16A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A80; }
p { color: rgb(161,106,128); }
H1.HeaderClassName
{
color: #A16A80;
}
.AnyTagClassName
{
color: #A16A80;
}
</style>
background-color css
<style>
a { background-color: #A16A80; }
a { background-color: rgb(161,106,128); }
div.DivClassName
{
background-color: #A16A80;
}
.BgClassName
{
background-color: #A16A80;
}
</style>
border-color css
<style>
span { border-color: #A16A80; }
span { border-color: rgb(161,106,128); }
td.TdClassName
{
border-color: #A16A80;
}
.TagClassName
{
border-color: #A16A80;
}
</style>