Shades of Strikemaster #A26384
Tints of Strikemaster #A26384
RGB
CMYK
RGB Variations
Color information
#A26384 (or 0xA26384) is known color: Strikemaster. HEX triplet: A2, 63 and 84. RGB value is (162,99,132). Sum of RGB (Red+Green+Blue) = 162+99+132=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A26384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26384 is #5D9C7B. Grayscale: #797979. Windows color (decimal): -6134908 or 8676258. OLE color: 8676258.
HSL color Cylindrical-coordinate representation of color #A26384: hue angle of 328.57º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A26384 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 99 | 132 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.36 |
| HSL | 328.57º | 0.25% | 0.51% | - |
| HSV(B) | 328.57º | 0.39% | 0.64% | - |
| XYZ | 23.53 | 18.27 | 24.12 | - |
| YUV | 121.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 132 | 0 | 0.39 | 0.19 | 0.36 | 328.57 | 0.25 | 0.51 |
| Hex | A2 | 63 | 84 | 0 | 27 | 13 | 24 | 149 | 19 | 33 |
| Octal | 242 | 143 | 204 | 0 | 47 | 23 | 44 | 511 | 31 | 63 |
| Binary | 10100010 | 1100011 | 10000100 | 0 | 100111 | 10011 | 100100 | 101001001 | 11001 | 110011 |
Color Harmonies of #A26384
Complementary color
Monochromatic Colors of #A26384
Black with #A26384
Text Example
Text Example
White with #A26384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26384; }
p { color: rgb(162,99,132); }
H1.HeaderClassName
{
color: #A26384;
}
.AnyTagClassName
{
color: #A26384;
}
</style>
background-color css
<style>
a { background-color: #A26384; }
a { background-color: rgb(162,99,132); }
div.DivClassName
{
background-color: #A26384;
}
.BgClassName
{
background-color: #A26384;
}
</style>
border-color css
<style>
span { border-color: #A26384; }
span { border-color: rgb(162,99,132); }
td.TdClassName
{
border-color: #A26384;
}
.TagClassName
{
border-color: #A26384;
}
</style>