Shades of Strikemaster #A26D84
Tints of Strikemaster #A26D84
RGB
CMYK
RGB Variations
Color information
#A26D84 (or 0xA26D84) is known color: Strikemaster. HEX triplet: A2, 6D and 84. RGB value is (162,109,132). Sum of RGB (Red+Green+Blue) = 162+109+132=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26D84 is #5D927B. Grayscale: #7F7F7F. Windows color (decimal): -6132348 or 8678818. OLE color: 8678818.
HSL color Cylindrical-coordinate representation of color #A26D84: hue angle of 333.96º 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 #A26D84 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 132 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.36 |
| HSL | 333.96º | 0.22% | 0.53% | - |
| HSV(B) | 333.96º | 0.33% | 0.64% | - |
| XYZ | 24.53 | 20.28 | 24.45 | - |
| YUV | 127.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 132 | 0 | 0.33 | 0.19 | 0.36 | 333.96 | 0.22 | 0.53 |
| Hex | A2 | 6D | 84 | 0 | 21 | 13 | 24 | 14E | 16 | 35 |
| Octal | 242 | 155 | 204 | 0 | 41 | 23 | 44 | 516 | 26 | 65 |
| Binary | 10100010 | 1101101 | 10000100 | 0 | 100001 | 10011 | 100100 | 101001110 | 10110 | 110101 |
Color Harmonies of #A26D84
Complementary color
Monochromatic Colors of #A26D84
Black with #A26D84
Text Example
Text Example
White with #A26D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D84; }
p { color: rgb(162,109,132); }
H1.HeaderClassName
{
color: #A26D84;
}
.AnyTagClassName
{
color: #A26D84;
}
</style>
background-color css
<style>
a { background-color: #A26D84; }
a { background-color: rgb(162,109,132); }
div.DivClassName
{
background-color: #A26D84;
}
.BgClassName
{
background-color: #A26D84;
}
</style>
border-color css
<style>
span { border-color: #A26D84; }
span { border-color: rgb(162,109,132); }
td.TdClassName
{
border-color: #A26D84;
}
.TagClassName
{
border-color: #A26D84;
}
</style>