Shades of Strikemaster #A2688D
Tints of Strikemaster #A2688D
RGB
CMYK
RGB Variations
Color information
#A2688D (or 0xA2688D) is known color: Strikemaster. HEX triplet: A2, 68 and 8D. RGB value is (162,104,141). Sum of RGB (Red+Green+Blue) = 162+104+141=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A2688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2688D is #5D9772. Grayscale: #7D7D7D. Windows color (decimal): -6133619 or 9267362. OLE color: 9267362.
HSL color Cylindrical-coordinate representation of color #A2688D: hue angle of 321.72º 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 #A2688D is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 141 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.36 |
| HSL | 321.72º | 0.24% | 0.52% | - |
| HSV(B) | 321.72º | 0.36% | 0.64% | - |
| XYZ | 24.66 | 19.51 | 27.66 | - |
| YUV | 125.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 141 | 0 | 0.36 | 0.13 | 0.36 | 321.72 | 0.24 | 0.52 |
| Hex | A2 | 68 | 8D | 0 | 24 | D | 24 | 142 | 18 | 34 |
| Octal | 242 | 150 | 215 | 0 | 44 | 15 | 44 | 502 | 30 | 64 |
| Binary | 10100010 | 1101000 | 10001101 | 0 | 100100 | 1101 | 100100 | 101000010 | 11000 | 110100 |
Color Harmonies of #A2688D
Complementary color
Monochromatic Colors of #A2688D
Black with #A2688D
Text Example
Text Example
White with #A2688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2688D; }
p { color: rgb(162,104,141); }
H1.HeaderClassName
{
color: #A2688D;
}
.AnyTagClassName
{
color: #A2688D;
}
</style>
background-color css
<style>
a { background-color: #A2688D; }
a { background-color: rgb(162,104,141); }
div.DivClassName
{
background-color: #A2688D;
}
.BgClassName
{
background-color: #A2688D;
}
</style>
border-color css
<style>
span { border-color: #A2688D; }
span { border-color: rgb(162,104,141); }
td.TdClassName
{
border-color: #A2688D;
}
.TagClassName
{
border-color: #A2688D;
}
</style>