Shades of Strikemaster #A2687E
Tints of Strikemaster #A2687E
RGB
CMYK
RGB Variations
Color information
#A2687E (or 0xA2687E) is known color: Strikemaster. HEX triplet: A2, 68 and 7E. RGB value is (162,104,126). Sum of RGB (Red+Green+Blue) = 162+104+126=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2687E is #5D9781. Grayscale: #7B7B7B. Windows color (decimal): -6133634 or 8284322. OLE color: 8284322.
HSL color Cylindrical-coordinate representation of color #A2687E: hue angle of 337.24º 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 #A2687E is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 126 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.36 |
| HSL | 337.24º | 0.24% | 0.52% | - |
| HSV(B) | 337.24º | 0.36% | 0.64% | - |
| XYZ | 23.62 | 19.09 | 22.18 | - |
| YUV | 123.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 126 | 0 | 0.36 | 0.22 | 0.36 | 337.24 | 0.24 | 0.52 |
| Hex | A2 | 68 | 7E | 0 | 24 | 16 | 24 | 151 | 18 | 34 |
| Octal | 242 | 150 | 176 | 0 | 44 | 26 | 44 | 521 | 30 | 64 |
| Binary | 10100010 | 1101000 | 1111110 | 0 | 100100 | 10110 | 100100 | 101010001 | 11000 | 110100 |
Color Harmonies of #A2687E
Complementary color
Monochromatic Colors of #A2687E
Black with #A2687E
Text Example
Text Example
White with #A2687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2687E; }
p { color: rgb(162,104,126); }
H1.HeaderClassName
{
color: #A2687E;
}
.AnyTagClassName
{
color: #A2687E;
}
</style>
background-color css
<style>
a { background-color: #A2687E; }
a { background-color: rgb(162,104,126); }
div.DivClassName
{
background-color: #A2687E;
}
.BgClassName
{
background-color: #A2687E;
}
</style>
border-color css
<style>
span { border-color: #A2687E; }
span { border-color: rgb(162,104,126); }
td.TdClassName
{
border-color: #A2687E;
}
.TagClassName
{
border-color: #A2687E;
}
</style>