Shades of Strikemaster #A26F85
Tints of Strikemaster #A26F85
RGB
CMYK
RGB Variations
Color information
#A26F85 (or 0xA26F85) is known color: Strikemaster. HEX triplet: A2, 6F and 85. RGB value is (162,111,133). Sum of RGB (Red+Green+Blue) = 162+111+133=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26F85 is #5D907A. Grayscale: #808080. Windows color (decimal): -6131835 or 8744866. OLE color: 8744866.
HSL color Cylindrical-coordinate representation of color #A26F85: hue angle of 334.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A26F85 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 133 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.36 |
| HSL | 334.12º | 0.22% | 0.54% | - |
| HSV(B) | 334.12º | 0.31% | 0.64% | - |
| XYZ | 24.82 | 20.74 | 24.89 | - |
| YUV | 128.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 133 | 0 | 0.31 | 0.18 | 0.36 | 334.12 | 0.22 | 0.54 |
| Hex | A2 | 6F | 85 | 0 | 1F | 12 | 24 | 14E | 16 | 36 |
| Octal | 242 | 157 | 205 | 0 | 37 | 22 | 44 | 516 | 26 | 66 |
| Binary | 10100010 | 1101111 | 10000101 | 0 | 11111 | 10010 | 100100 | 101001110 | 10110 | 110110 |
Color Harmonies of #A26F85
Complementary color
Monochromatic Colors of #A26F85
Black with #A26F85
Text Example
Text Example
White with #A26F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F85; }
p { color: rgb(162,111,133); }
H1.HeaderClassName
{
color: #A26F85;
}
.AnyTagClassName
{
color: #A26F85;
}
</style>
background-color css
<style>
a { background-color: #A26F85; }
a { background-color: rgb(162,111,133); }
div.DivClassName
{
background-color: #A26F85;
}
.BgClassName
{
background-color: #A26F85;
}
</style>
border-color css
<style>
span { border-color: #A26F85; }
span { border-color: rgb(162,111,133); }
td.TdClassName
{
border-color: #A26F85;
}
.TagClassName
{
border-color: #A26F85;
}
</style>