Shades of Strikemaster #A26C86
Tints of Strikemaster #A26C86
RGB
CMYK
RGB Variations
Color information
#A26C86 (or 0xA26C86) is known color: Strikemaster. HEX triplet: A2, 6C and 86. RGB value is (162,108,134). Sum of RGB (Red+Green+Blue) = 162+108+134=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26C86 is #5D9379. Grayscale: #7F7F7F. Windows color (decimal): -6132602 or 8809634. OLE color: 8809634.
HSL color Cylindrical-coordinate representation of color #A26C86: hue angle of 331.11º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A26C86 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 134 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.36 |
| HSL | 331.11º | 0.23% | 0.53% | - |
| HSV(B) | 331.11º | 0.33% | 0.64% | - |
| XYZ | 24.57 | 20.13 | 25.14 | - |
| YUV | 127.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 134 | 0 | 0.33 | 0.17 | 0.36 | 331.11 | 0.23 | 0.53 |
| Hex | A2 | 6C | 86 | 0 | 21 | 11 | 24 | 14B | 16 | 35 |
| Octal | 242 | 154 | 206 | 0 | 41 | 21 | 44 | 513 | 26 | 65 |
| Binary | 10100010 | 1101100 | 10000110 | 0 | 100001 | 10001 | 100100 | 101001011 | 10110 | 110101 |
Color Harmonies of #A26C86
Complementary color
Monochromatic Colors of #A26C86
Black with #A26C86
Text Example
Text Example
White with #A26C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C86; }
p { color: rgb(162,108,134); }
H1.HeaderClassName
{
color: #A26C86;
}
.AnyTagClassName
{
color: #A26C86;
}
</style>
background-color css
<style>
a { background-color: #A26C86; }
a { background-color: rgb(162,108,134); }
div.DivClassName
{
background-color: #A26C86;
}
.BgClassName
{
background-color: #A26C86;
}
</style>
border-color css
<style>
span { border-color: #A26C86; }
span { border-color: rgb(162,108,134); }
td.TdClassName
{
border-color: #A26C86;
}
.TagClassName
{
border-color: #A26C86;
}
</style>