Shades of Strikemaster #A26988
Tints of Strikemaster #A26988
RGB
CMYK
RGB Variations
Color information
#A26988 (or 0xA26988) is known color: Strikemaster. HEX triplet: A2, 69 and 88. RGB value is (162,105,136). Sum of RGB (Red+Green+Blue) = 162+105+136=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A26988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26988 is #5D9677. Grayscale: #7D7D7D. Windows color (decimal): -6133368 or 8939938. OLE color: 8939938.
HSL color Cylindrical-coordinate representation of color #A26988: hue angle of 327.37º 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 #A26988 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 136 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.36 |
| HSL | 327.37º | 0.23% | 0.52% | - |
| HSV(B) | 327.37º | 0.35% | 0.64% | - |
| XYZ | 24.4 | 19.56 | 25.78 | - |
| YUV | 125.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 136 | 0 | 0.35 | 0.16 | 0.36 | 327.37 | 0.23 | 0.52 |
| Hex | A2 | 69 | 88 | 0 | 23 | 10 | 24 | 147 | 17 | 34 |
| Octal | 242 | 151 | 210 | 0 | 43 | 20 | 44 | 507 | 27 | 64 |
| Binary | 10100010 | 1101001 | 10001000 | 0 | 100011 | 10000 | 100100 | 101000111 | 10111 | 110100 |
Color Harmonies of #A26988
Complementary color
Monochromatic Colors of #A26988
Black with #A26988
Text Example
Text Example
White with #A26988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26988; }
p { color: rgb(162,105,136); }
H1.HeaderClassName
{
color: #A26988;
}
.AnyTagClassName
{
color: #A26988;
}
</style>
background-color css
<style>
a { background-color: #A26988; }
a { background-color: rgb(162,105,136); }
div.DivClassName
{
background-color: #A26988;
}
.BgClassName
{
background-color: #A26988;
}
</style>
border-color css
<style>
span { border-color: #A26988; }
span { border-color: rgb(162,105,136); }
td.TdClassName
{
border-color: #A26988;
}
.TagClassName
{
border-color: #A26988;
}
</style>