Shades of Strikemaster #A26C85
Tints of Strikemaster #A26C85
RGB
CMYK
RGB Variations
Color information
#A26C85 (or 0xA26C85) is known color: Strikemaster. HEX triplet: A2, 6C and 85. RGB value is (162,108,133). Sum of RGB (Red+Green+Blue) = 162+108+133=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26C85 is #5D937A. Grayscale: #7E7E7E. Windows color (decimal): -6132603 or 8744098. OLE color: 8744098.
HSL color Cylindrical-coordinate representation of color #A26C85: hue angle of 332.22º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A26C85 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 133 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.36 |
| HSL | 332.22º | 0.23% | 0.53% | - |
| HSV(B) | 332.22º | 0.33% | 0.64% | - |
| XYZ | 24.5 | 20.1 | 24.78 | - |
| YUV | 127 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 133 | 0 | 0.33 | 0.18 | 0.36 | 332.22 | 0.23 | 0.53 |
| Hex | A2 | 6C | 85 | 0 | 21 | 12 | 24 | 14C | 16 | 35 |
| Octal | 242 | 154 | 205 | 0 | 41 | 22 | 44 | 514 | 26 | 65 |
| Binary | 10100010 | 1101100 | 10000101 | 0 | 100001 | 10010 | 100100 | 101001100 | 10110 | 110101 |
Color Harmonies of #A26C85
Complementary color
Monochromatic Colors of #A26C85
Black with #A26C85
Text Example
Text Example
White with #A26C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C85; }
p { color: rgb(162,108,133); }
H1.HeaderClassName
{
color: #A26C85;
}
.AnyTagClassName
{
color: #A26C85;
}
</style>
background-color css
<style>
a { background-color: #A26C85; }
a { background-color: rgb(162,108,133); }
div.DivClassName
{
background-color: #A26C85;
}
.BgClassName
{
background-color: #A26C85;
}
</style>
border-color css
<style>
span { border-color: #A26C85; }
span { border-color: rgb(162,108,133); }
td.TdClassName
{
border-color: #A26C85;
}
.TagClassName
{
border-color: #A26C85;
}
</style>