Shades of Strikemaster #A16283
Tints of Strikemaster #A16283
RGB
CMYK
RGB Variations
Color information
#A16283 (or 0xA16283) is known color: Strikemaster. HEX triplet: A1, 62 and 83. RGB value is (161,98,131). Sum of RGB (Red+Green+Blue) = 161+98+131=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A16283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16283 is #5E9D7C. Grayscale: #787878. Windows color (decimal): -6200701 or 8610465. OLE color: 8610465.
HSL color Cylindrical-coordinate representation of color #A16283: hue angle of 328.57º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16283 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 131 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.37 |
| HSL | 328.57º | 0.25% | 0.51% | - |
| HSV(B) | 328.57º | 0.39% | 0.63% | - |
| XYZ | 23.16 | 17.95 | 23.72 | - |
| YUV | 120.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 131 | 0 | 0.39 | 0.19 | 0.37 | 328.57 | 0.25 | 0.51 |
| Hex | A1 | 62 | 83 | 0 | 27 | 13 | 25 | 149 | 19 | 33 |
| Octal | 241 | 142 | 203 | 0 | 47 | 23 | 45 | 511 | 31 | 63 |
| Binary | 10100001 | 1100010 | 10000011 | 0 | 100111 | 10011 | 100101 | 101001001 | 11001 | 110011 |
Color Harmonies of #A16283
Complementary color
Monochromatic Colors of #A16283
Black with #A16283
Text Example
Text Example
White with #A16283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16283; }
p { color: rgb(161,98,131); }
H1.HeaderClassName
{
color: #A16283;
}
.AnyTagClassName
{
color: #A16283;
}
</style>
background-color css
<style>
a { background-color: #A16283; }
a { background-color: rgb(161,98,131); }
div.DivClassName
{
background-color: #A16283;
}
.BgClassName
{
background-color: #A16283;
}
</style>
border-color css
<style>
span { border-color: #A16283; }
span { border-color: rgb(161,98,131); }
td.TdClassName
{
border-color: #A16283;
}
.TagClassName
{
border-color: #A16283;
}
</style>