Shades of Strikemaster #A16A85
Tints of Strikemaster #A16A85
RGB
CMYK
RGB Variations
Color information
#A16A85 (or 0xA16A85) is known color: Strikemaster. HEX triplet: A1, 6A and 85. RGB value is (161,106,133). Sum of RGB (Red+Green+Blue) = 161+106+133=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A85 is #5E957A. Grayscale: #7D7D7D. Windows color (decimal): -6198651 or 8743585. OLE color: 8743585.
HSL color Cylindrical-coordinate representation of color #A16A85: hue angle of 330.55º 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 #A16A85 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 133 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.37 |
| HSL | 330.55º | 0.23% | 0.52% | - |
| HSV(B) | 330.55º | 0.34% | 0.63% | - |
| XYZ | 24.09 | 19.58 | 24.7 | - |
| YUV | 125.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 133 | 0 | 0.34 | 0.17 | 0.37 | 330.55 | 0.23 | 0.52 |
| Hex | A1 | 6A | 85 | 0 | 22 | 11 | 25 | 14B | 17 | 34 |
| Octal | 241 | 152 | 205 | 0 | 42 | 21 | 45 | 513 | 27 | 64 |
| Binary | 10100001 | 1101010 | 10000101 | 0 | 100010 | 10001 | 100101 | 101001011 | 10111 | 110100 |
Color Harmonies of #A16A85
Complementary color
Monochromatic Colors of #A16A85
Black with #A16A85
Text Example
Text Example
White with #A16A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A85; }
p { color: rgb(161,106,133); }
H1.HeaderClassName
{
color: #A16A85;
}
.AnyTagClassName
{
color: #A16A85;
}
</style>
background-color css
<style>
a { background-color: #A16A85; }
a { background-color: rgb(161,106,133); }
div.DivClassName
{
background-color: #A16A85;
}
.BgClassName
{
background-color: #A16A85;
}
</style>
border-color css
<style>
span { border-color: #A16A85; }
span { border-color: rgb(161,106,133); }
td.TdClassName
{
border-color: #A16A85;
}
.TagClassName
{
border-color: #A16A85;
}
</style>