Shades of Strikemaster #A26881
Tints of Strikemaster #A26881
RGB
CMYK
RGB Variations
Color information
#A26881 (or 0xA26881) is known color: Strikemaster. HEX triplet: A2, 68 and 81. RGB value is (162,104,129). Sum of RGB (Red+Green+Blue) = 162+104+129=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A26881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26881 is #5D977E. Grayscale: #7C7C7C. Windows color (decimal): -6133631 or 8480930. OLE color: 8480930.
HSL color Cylindrical-coordinate representation of color #A26881: hue angle of 334.14º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26881 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 129 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.36 |
| HSL | 334.14º | 0.24% | 0.52% | - |
| HSV(B) | 334.14º | 0.36% | 0.64% | - |
| XYZ | 23.81 | 19.17 | 23.21 | - |
| YUV | 124.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 129 | 0 | 0.36 | 0.20 | 0.36 | 334.14 | 0.24 | 0.52 |
| Hex | A2 | 68 | 81 | 0 | 24 | 14 | 24 | 14E | 18 | 34 |
| Octal | 242 | 150 | 201 | 0 | 44 | 24 | 44 | 516 | 30 | 64 |
| Binary | 10100010 | 1101000 | 10000001 | 0 | 100100 | 10100 | 100100 | 101001110 | 11000 | 110100 |
Color Harmonies of #A26881
Complementary color
Monochromatic Colors of #A26881
Black with #A26881
Text Example
Text Example
White with #A26881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26881; }
p { color: rgb(162,104,129); }
H1.HeaderClassName
{
color: #A26881;
}
.AnyTagClassName
{
color: #A26881;
}
</style>
background-color css
<style>
a { background-color: #A26881; }
a { background-color: rgb(162,104,129); }
div.DivClassName
{
background-color: #A26881;
}
.BgClassName
{
background-color: #A26881;
}
</style>
border-color css
<style>
span { border-color: #A26881; }
span { border-color: rgb(162,104,129); }
td.TdClassName
{
border-color: #A26881;
}
.TagClassName
{
border-color: #A26881;
}
</style>