Shades of Strikemaster #A26181
Tints of Strikemaster #A26181
RGB
CMYK
RGB Variations
Color information
#A26181 (or 0xA26181) is known color: Strikemaster. HEX triplet: A2, 61 and 81. RGB value is (162,97,129). Sum of RGB (Red+Green+Blue) = 162+97+129=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A26181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26181 is #5D9E7E. Grayscale: #787878. Windows color (decimal): -6135423 or 8479138. OLE color: 8479138.
HSL color Cylindrical-coordinate representation of color #A26181: hue angle of 330.46º 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 #A26181 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 129 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.36 |
| HSL | 330.46º | 0.26% | 0.51% | - |
| HSV(B) | 330.46º | 0.4% | 0.64% | - |
| XYZ | 23.14 | 17.82 | 22.99 | - |
| YUV | 120.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 129 | 0 | 0.40 | 0.20 | 0.36 | 330.46 | 0.26 | 0.51 |
| Hex | A2 | 61 | 81 | 0 | 28 | 14 | 24 | 14A | 1A | 33 |
| Octal | 242 | 141 | 201 | 0 | 50 | 24 | 44 | 512 | 32 | 63 |
| Binary | 10100010 | 1100001 | 10000001 | 0 | 101000 | 10100 | 100100 | 101001010 | 11010 | 110011 |
Color Harmonies of #A26181
Complementary color
Monochromatic Colors of #A26181
Black with #A26181
Text Example
Text Example
White with #A26181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26181; }
p { color: rgb(162,97,129); }
H1.HeaderClassName
{
color: #A26181;
}
.AnyTagClassName
{
color: #A26181;
}
</style>
background-color css
<style>
a { background-color: #A26181; }
a { background-color: rgb(162,97,129); }
div.DivClassName
{
background-color: #A26181;
}
.BgClassName
{
background-color: #A26181;
}
</style>
border-color css
<style>
span { border-color: #A26181; }
span { border-color: rgb(162,97,129); }
td.TdClassName
{
border-color: #A26181;
}
.TagClassName
{
border-color: #A26181;
}
</style>