Shades of Strikemaster #A26185
Tints of Strikemaster #A26185
RGB
CMYK
RGB Variations
Color information
#A26185 (or 0xA26185) is known color: Strikemaster. HEX triplet: A2, 61 and 85. RGB value is (162,97,133). Sum of RGB (Red+Green+Blue) = 162+97+133=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A26185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26185 is #5D9E7A. Grayscale: #787878. Windows color (decimal): -6135419 or 8741282. OLE color: 8741282.
HSL color Cylindrical-coordinate representation of color #A26185: hue angle of 326.77º 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 #A26185 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 133 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.36 |
| HSL | 326.77º | 0.26% | 0.51% | - |
| HSV(B) | 326.77º | 0.4% | 0.64% | - |
| XYZ | 23.41 | 17.92 | 24.42 | - |
| YUV | 120.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 133 | 0 | 0.40 | 0.18 | 0.36 | 326.77 | 0.26 | 0.51 |
| Hex | A2 | 61 | 85 | 0 | 28 | 12 | 24 | 147 | 1A | 33 |
| Octal | 242 | 141 | 205 | 0 | 50 | 22 | 44 | 507 | 32 | 63 |
| Binary | 10100010 | 1100001 | 10000101 | 0 | 101000 | 10010 | 100100 | 101000111 | 11010 | 110011 |
Color Harmonies of #A26185
Complementary color
Monochromatic Colors of #A26185
Black with #A26185
Text Example
Text Example
White with #A26185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26185; }
p { color: rgb(162,97,133); }
H1.HeaderClassName
{
color: #A26185;
}
.AnyTagClassName
{
color: #A26185;
}
</style>
background-color css
<style>
a { background-color: #A26185; }
a { background-color: rgb(162,97,133); }
div.DivClassName
{
background-color: #A26185;
}
.BgClassName
{
background-color: #A26185;
}
</style>
border-color css
<style>
span { border-color: #A26185; }
span { border-color: rgb(162,97,133); }
td.TdClassName
{
border-color: #A26185;
}
.TagClassName
{
border-color: #A26185;
}
</style>