Shades of Strikemaster #A26786
Tints of Strikemaster #A26786
RGB
CMYK
RGB Variations
Color information
#A26786 (or 0xA26786) is known color: Strikemaster. HEX triplet: A2, 67 and 86. RGB value is (162,103,134). Sum of RGB (Red+Green+Blue) = 162+103+134=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A26786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26786 is #5D9879. Grayscale: #7C7C7C. Windows color (decimal): -6133882 or 8808354. OLE color: 8808354.
HSL color Cylindrical-coordinate representation of color #A26786: hue angle of 328.47º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26786 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 103 | 134 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.36 |
| HSL | 328.47º | 0.24% | 0.52% | - |
| HSV(B) | 328.47º | 0.36% | 0.64% | - |
| XYZ | 24.05 | 19.1 | 24.97 | - |
| YUV | 124.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 134 | 0 | 0.36 | 0.17 | 0.36 | 328.47 | 0.24 | 0.52 |
| Hex | A2 | 67 | 86 | 0 | 24 | 11 | 24 | 148 | 18 | 34 |
| Octal | 242 | 147 | 206 | 0 | 44 | 21 | 44 | 510 | 30 | 64 |
| Binary | 10100010 | 1100111 | 10000110 | 0 | 100100 | 10001 | 100100 | 101001000 | 11000 | 110100 |
Color Harmonies of #A26786
Complementary color
Monochromatic Colors of #A26786
Black with #A26786
Text Example
Text Example
White with #A26786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26786; }
p { color: rgb(162,103,134); }
H1.HeaderClassName
{
color: #A26786;
}
.AnyTagClassName
{
color: #A26786;
}
</style>
background-color css
<style>
a { background-color: #A26786; }
a { background-color: rgb(162,103,134); }
div.DivClassName
{
background-color: #A26786;
}
.BgClassName
{
background-color: #A26786;
}
</style>
border-color css
<style>
span { border-color: #A26786; }
span { border-color: rgb(162,103,134); }
td.TdClassName
{
border-color: #A26786;
}
.TagClassName
{
border-color: #A26786;
}
</style>