Shades of Strikemaster #A8628A
Tints of Strikemaster #A8628A
RGB
CMYK
RGB Variations
Color information
#A8628A (or 0xA8628A) is known color: Strikemaster. HEX triplet: A8, 62 and 8A. RGB value is (168,98,138). Sum of RGB (Red+Green+Blue) = 168+98+138=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A8628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8628A is #579D75. Grayscale: #7B7B7B. Windows color (decimal): -5741942 or 9069224. OLE color: 9069224.
HSL color Cylindrical-coordinate representation of color #A8628A: hue angle of 325.71º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8628A is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 138 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.34 |
| HSL | 325.71º | 0.29% | 0.52% | - |
| HSV(B) | 325.71º | 0.42% | 0.66% | - |
| XYZ | 25.1 | 18.9 | 26.37 | - |
| YUV | 123.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 138 | 0 | 0.42 | 0.18 | 0.34 | 325.71 | 0.29 | 0.52 |
| Hex | A8 | 62 | 8A | 0 | 2A | 12 | 22 | 146 | 1D | 34 |
| Octal | 250 | 142 | 212 | 0 | 52 | 22 | 42 | 506 | 35 | 64 |
| Binary | 10101000 | 1100010 | 10001010 | 0 | 101010 | 10010 | 100010 | 101000110 | 11101 | 110100 |
Color Harmonies of #A8628A
Complementary color
Monochromatic Colors of #A8628A
Black with #A8628A
Text Example
Text Example
White with #A8628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8628A; }
p { color: rgb(168,98,138); }
H1.HeaderClassName
{
color: #A8628A;
}
.AnyTagClassName
{
color: #A8628A;
}
</style>
background-color css
<style>
a { background-color: #A8628A; }
a { background-color: rgb(168,98,138); }
div.DivClassName
{
background-color: #A8628A;
}
.BgClassName
{
background-color: #A8628A;
}
</style>
border-color css
<style>
span { border-color: #A8628A; }
span { border-color: rgb(168,98,138); }
td.TdClassName
{
border-color: #A8628A;
}
.TagClassName
{
border-color: #A8628A;
}
</style>