Shades of Strikemaster #A26882
Tints of Strikemaster #A26882
RGB
CMYK
RGB Variations
Color information
#A26882 (or 0xA26882) is known color: Strikemaster. HEX triplet: A2, 68 and 82. RGB value is (162,104,130). Sum of RGB (Red+Green+Blue) = 162+104+130=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A26882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26882 is #5D977D. Grayscale: #7C7C7C. Windows color (decimal): -6133630 or 8546466. OLE color: 8546466.
HSL color Cylindrical-coordinate representation of color #A26882: hue angle of 333.1º 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 #A26882 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 130 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.36 |
| HSL | 333.1º | 0.24% | 0.52% | - |
| HSV(B) | 333.1º | 0.36% | 0.64% | - |
| XYZ | 23.88 | 19.19 | 23.57 | - |
| YUV | 124.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 130 | 0 | 0.36 | 0.20 | 0.36 | 333.1 | 0.24 | 0.52 |
| Hex | A2 | 68 | 82 | 0 | 24 | 14 | 24 | 14D | 18 | 34 |
| Octal | 242 | 150 | 202 | 0 | 44 | 24 | 44 | 515 | 30 | 64 |
| Binary | 10100010 | 1101000 | 10000010 | 0 | 100100 | 10100 | 100100 | 101001101 | 11000 | 110100 |
Color Harmonies of #A26882
Complementary color
Monochromatic Colors of #A26882
Black with #A26882
Text Example
Text Example
White with #A26882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26882; }
p { color: rgb(162,104,130); }
H1.HeaderClassName
{
color: #A26882;
}
.AnyTagClassName
{
color: #A26882;
}
</style>
background-color css
<style>
a { background-color: #A26882; }
a { background-color: rgb(162,104,130); }
div.DivClassName
{
background-color: #A26882;
}
.BgClassName
{
background-color: #A26882;
}
</style>
border-color css
<style>
span { border-color: #A26882; }
span { border-color: rgb(162,104,130); }
td.TdClassName
{
border-color: #A26882;
}
.TagClassName
{
border-color: #A26882;
}
</style>