Shades of Strikemaster #A26083
Tints of Strikemaster #A26083
RGB
CMYK
RGB Variations
Color information
#A26083 (or 0xA26083) is known color: Strikemaster. HEX triplet: A2, 60 and 83. RGB value is (162,96,131). Sum of RGB (Red+Green+Blue) = 162+96+131=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A26083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26083 is #5D9F7C. Grayscale: #777777. Windows color (decimal): -6135677 or 8609954. OLE color: 8609954.
HSL color Cylindrical-coordinate representation of color #A26083: hue angle of 328.18º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A26083 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 131 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.36 |
| HSL | 328.18º | 0.26% | 0.51% | - |
| HSV(B) | 328.18º | 0.41% | 0.64% | - |
| XYZ | 23.18 | 17.69 | 23.66 | - |
| YUV | 119.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 131 | 0 | 0.41 | 0.19 | 0.36 | 328.18 | 0.26 | 0.51 |
| Hex | A2 | 60 | 83 | 0 | 29 | 13 | 24 | 148 | 1A | 33 |
| Octal | 242 | 140 | 203 | 0 | 51 | 23 | 44 | 510 | 32 | 63 |
| Binary | 10100010 | 1100000 | 10000011 | 0 | 101001 | 10011 | 100100 | 101001000 | 11010 | 110011 |
Color Harmonies of #A26083
Complementary color
Monochromatic Colors of #A26083
Black with #A26083
Text Example
Text Example
White with #A26083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26083; }
p { color: rgb(162,96,131); }
H1.HeaderClassName
{
color: #A26083;
}
.AnyTagClassName
{
color: #A26083;
}
</style>
background-color css
<style>
a { background-color: #A26083; }
a { background-color: rgb(162,96,131); }
div.DivClassName
{
background-color: #A26083;
}
.BgClassName
{
background-color: #A26083;
}
</style>
border-color css
<style>
span { border-color: #A26083; }
span { border-color: rgb(162,96,131); }
td.TdClassName
{
border-color: #A26083;
}
.TagClassName
{
border-color: #A26083;
}
</style>