Shades of Strikemaster #A16585
Tints of Strikemaster #A16585
RGB
CMYK
RGB Variations
Color information
#A16585 (or 0xA16585) is known color: Strikemaster. HEX triplet: A1, 65 and 85. RGB value is (161,101,133). Sum of RGB (Red+Green+Blue) = 161+101+133=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A16585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16585 is #5E9A7A. Grayscale: #7A7A7A. Windows color (decimal): -6199931 or 8742305. OLE color: 8742305.
HSL color Cylindrical-coordinate representation of color #A16585: hue angle of 328º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16585 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 133 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.37 |
| HSL | 328º | 0.24% | 0.51% | - |
| HSV(B) | 328º | 0.37% | 0.63% | - |
| XYZ | 23.59 | 18.58 | 24.53 | - |
| YUV | 122.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 133 | 0 | 0.37 | 0.17 | 0.37 | 328 | 0.24 | 0.51 |
| Hex | A1 | 65 | 85 | 0 | 25 | 11 | 25 | 148 | 18 | 33 |
| Octal | 241 | 145 | 205 | 0 | 45 | 21 | 45 | 510 | 30 | 63 |
| Binary | 10100001 | 1100101 | 10000101 | 0 | 100101 | 10001 | 100101 | 101001000 | 11000 | 110011 |
Color Harmonies of #A16585
Complementary color
Monochromatic Colors of #A16585
Black with #A16585
Text Example
Text Example
White with #A16585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16585; }
p { color: rgb(161,101,133); }
H1.HeaderClassName
{
color: #A16585;
}
.AnyTagClassName
{
color: #A16585;
}
</style>
background-color css
<style>
a { background-color: #A16585; }
a { background-color: rgb(161,101,133); }
div.DivClassName
{
background-color: #A16585;
}
.BgClassName
{
background-color: #A16585;
}
</style>
border-color css
<style>
span { border-color: #A16585; }
span { border-color: rgb(161,101,133); }
td.TdClassName
{
border-color: #A16585;
}
.TagClassName
{
border-color: #A16585;
}
</style>