Shades of Strikemaster #A26685
Tints of Strikemaster #A26685
RGB
CMYK
RGB Variations
Color information
#A26685 (or 0xA26685) is known color: Strikemaster. HEX triplet: A2, 66 and 85. RGB value is (162,102,133). Sum of RGB (Red+Green+Blue) = 162+102+133=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A26685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26685 is #5D997A. Grayscale: #7B7B7B. Windows color (decimal): -6134139 or 8742562. OLE color: 8742562.
HSL color Cylindrical-coordinate representation of color #A26685: hue angle of 329º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A26685 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 133 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.36 |
| HSL | 329º | 0.24% | 0.52% | - |
| HSV(B) | 329º | 0.37% | 0.64% | - |
| XYZ | 23.89 | 18.88 | 24.58 | - |
| YUV | 123.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 133 | 0 | 0.37 | 0.18 | 0.36 | 329 | 0.24 | 0.52 |
| Hex | A2 | 66 | 85 | 0 | 25 | 12 | 24 | 149 | 18 | 34 |
| Octal | 242 | 146 | 205 | 0 | 45 | 22 | 44 | 511 | 30 | 64 |
| Binary | 10100010 | 1100110 | 10000101 | 0 | 100101 | 10010 | 100100 | 101001001 | 11000 | 110100 |
Color Harmonies of #A26685
Complementary color
Monochromatic Colors of #A26685
Black with #A26685
Text Example
Text Example
White with #A26685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26685; }
p { color: rgb(162,102,133); }
H1.HeaderClassName
{
color: #A26685;
}
.AnyTagClassName
{
color: #A26685;
}
</style>
background-color css
<style>
a { background-color: #A26685; }
a { background-color: rgb(162,102,133); }
div.DivClassName
{
background-color: #A26685;
}
.BgClassName
{
background-color: #A26685;
}
</style>
border-color css
<style>
span { border-color: #A26685; }
span { border-color: rgb(162,102,133); }
td.TdClassName
{
border-color: #A26685;
}
.TagClassName
{
border-color: #A26685;
}
</style>