Shades of Strikemaster #A7658D
Tints of Strikemaster #A7658D
RGB
CMYK
RGB Variations
Color information
#A7658D (or 0xA7658D) is known color: Strikemaster. HEX triplet: A7, 65 and 8D. RGB value is (167,101,141). Sum of RGB (Red+Green+Blue) = 167+101+141=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7658D is #589A72. Grayscale: #7D7D7D. Windows color (decimal): -5806707 or 9266599. OLE color: 9266599.
HSL color Cylindrical-coordinate representation of color #A7658D: hue angle of 323.64º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7658D is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 141 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.35 |
| HSL | 323.64º | 0.27% | 0.53% | - |
| HSV(B) | 323.64º | 0.4% | 0.65% | - |
| XYZ | 25.4 | 19.45 | 27.61 | - |
| YUV | 125.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 141 | 0 | 0.40 | 0.16 | 0.35 | 323.64 | 0.27 | 0.53 |
| Hex | A7 | 65 | 8D | 0 | 28 | 10 | 23 | 144 | 1B | 35 |
| Octal | 247 | 145 | 215 | 0 | 50 | 20 | 43 | 504 | 33 | 65 |
| Binary | 10100111 | 1100101 | 10001101 | 0 | 101000 | 10000 | 100011 | 101000100 | 11011 | 110101 |
Color Harmonies of #A7658D
Complementary color
Monochromatic Colors of #A7658D
Black with #A7658D
Text Example
Text Example
White with #A7658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7658D; }
p { color: rgb(167,101,141); }
H1.HeaderClassName
{
color: #A7658D;
}
.AnyTagClassName
{
color: #A7658D;
}
</style>
background-color css
<style>
a { background-color: #A7658D; }
a { background-color: rgb(167,101,141); }
div.DivClassName
{
background-color: #A7658D;
}
.BgClassName
{
background-color: #A7658D;
}
</style>
border-color css
<style>
span { border-color: #A7658D; }
span { border-color: rgb(167,101,141); }
td.TdClassName
{
border-color: #A7658D;
}
.TagClassName
{
border-color: #A7658D;
}
</style>