Shades of Strikemaster #A26483
Tints of Strikemaster #A26483
RGB
CMYK
RGB Variations
Color information
#A26483 (or 0xA26483) is known color: Strikemaster. HEX triplet: A2, 64 and 83. RGB value is (162,100,131). Sum of RGB (Red+Green+Blue) = 162+100+131=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A26483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26483 is #5D9B7C. Grayscale: #7A7A7A. Windows color (decimal): -6134653 or 8610978. OLE color: 8610978.
HSL color Cylindrical-coordinate representation of color #A26483: hue angle of 330º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A26483 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 100 | 131 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.36 |
| HSL | 330º | 0.25% | 0.51% | - |
| HSV(B) | 330º | 0.38% | 0.64% | - |
| XYZ | 23.55 | 18.43 | 23.79 | - |
| YUV | 122.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 100 | 131 | 0 | 0.38 | 0.19 | 0.36 | 330 | 0.25 | 0.51 |
| Hex | A2 | 64 | 83 | 0 | 26 | 13 | 24 | 14A | 19 | 33 |
| Octal | 242 | 144 | 203 | 0 | 46 | 23 | 44 | 512 | 31 | 63 |
| Binary | 10100010 | 1100100 | 10000011 | 0 | 100110 | 10011 | 100100 | 101001010 | 11001 | 110011 |
Color Harmonies of #A26483
Complementary color
Monochromatic Colors of #A26483
Black with #A26483
Text Example
Text Example
White with #A26483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26483; }
p { color: rgb(162,100,131); }
H1.HeaderClassName
{
color: #A26483;
}
.AnyTagClassName
{
color: #A26483;
}
</style>
background-color css
<style>
a { background-color: #A26483; }
a { background-color: rgb(162,100,131); }
div.DivClassName
{
background-color: #A26483;
}
.BgClassName
{
background-color: #A26483;
}
</style>
border-color css
<style>
span { border-color: #A26483; }
span { border-color: rgb(162,100,131); }
td.TdClassName
{
border-color: #A26483;
}
.TagClassName
{
border-color: #A26483;
}
</style>