Shades of Strikemaster #A26282
Tints of Strikemaster #A26282
RGB
CMYK
RGB Variations
Color information
#A26282 (or 0xA26282) is known color: Strikemaster. HEX triplet: A2, 62 and 82. RGB value is (162,98,130). Sum of RGB (Red+Green+Blue) = 162+98+130=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A26282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26282 is #5D9D7D. Grayscale: #787878. Windows color (decimal): -6135166 or 8544930. OLE color: 8544930.
HSL color Cylindrical-coordinate representation of color #A26282: hue angle of 330º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A26282 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 130 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.36 |
| HSL | 330º | 0.26% | 0.51% | - |
| HSV(B) | 330º | 0.4% | 0.64% | - |
| XYZ | 23.3 | 18.03 | 23.37 | - |
| YUV | 120.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 130 | 0 | 0.40 | 0.20 | 0.36 | 330 | 0.26 | 0.51 |
| Hex | A2 | 62 | 82 | 0 | 28 | 14 | 24 | 14A | 1A | 33 |
| Octal | 242 | 142 | 202 | 0 | 50 | 24 | 44 | 512 | 32 | 63 |
| Binary | 10100010 | 1100010 | 10000010 | 0 | 101000 | 10100 | 100100 | 101001010 | 11010 | 110011 |
Color Harmonies of #A26282
Complementary color
Monochromatic Colors of #A26282
Black with #A26282
Text Example
Text Example
White with #A26282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26282; }
p { color: rgb(162,98,130); }
H1.HeaderClassName
{
color: #A26282;
}
.AnyTagClassName
{
color: #A26282;
}
</style>
background-color css
<style>
a { background-color: #A26282; }
a { background-color: rgb(162,98,130); }
div.DivClassName
{
background-color: #A26282;
}
.BgClassName
{
background-color: #A26282;
}
</style>
border-color css
<style>
span { border-color: #A26282; }
span { border-color: rgb(162,98,130); }
td.TdClassName
{
border-color: #A26282;
}
.TagClassName
{
border-color: #A26282;
}
</style>