Shades of Strikemaster #A26986
Tints of Strikemaster #A26986
RGB
CMYK
RGB Variations
Color information
#A26986 (or 0xA26986) is known color: Strikemaster. HEX triplet: A2, 69 and 86. RGB value is (162,105,134). Sum of RGB (Red+Green+Blue) = 162+105+134=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A26986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26986 is #5D9679. Grayscale: #7D7D7D. Windows color (decimal): -6133370 or 8808866. OLE color: 8808866.
HSL color Cylindrical-coordinate representation of color #A26986: hue angle of 329.47º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A26986 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 134 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.36 |
| HSL | 329.47º | 0.23% | 0.52% | - |
| HSV(B) | 329.47º | 0.35% | 0.64% | - |
| XYZ | 24.25 | 19.51 | 25.04 | - |
| YUV | 125.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 134 | 0 | 0.35 | 0.17 | 0.36 | 329.47 | 0.23 | 0.52 |
| Hex | A2 | 69 | 86 | 0 | 23 | 11 | 24 | 149 | 17 | 34 |
| Octal | 242 | 151 | 206 | 0 | 43 | 21 | 44 | 511 | 27 | 64 |
| Binary | 10100010 | 1101001 | 10000110 | 0 | 100011 | 10001 | 100100 | 101001001 | 10111 | 110100 |
Color Harmonies of #A26986
Complementary color
Monochromatic Colors of #A26986
Black with #A26986
Text Example
Text Example
White with #A26986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26986; }
p { color: rgb(162,105,134); }
H1.HeaderClassName
{
color: #A26986;
}
.AnyTagClassName
{
color: #A26986;
}
</style>
background-color css
<style>
a { background-color: #A26986; }
a { background-color: rgb(162,105,134); }
div.DivClassName
{
background-color: #A26986;
}
.BgClassName
{
background-color: #A26986;
}
</style>
border-color css
<style>
span { border-color: #A26986; }
span { border-color: rgb(162,105,134); }
td.TdClassName
{
border-color: #A26986;
}
.TagClassName
{
border-color: #A26986;
}
</style>