Shades of Strikemaster #A4637D
Tints of Strikemaster #A4637D
RGB
CMYK
RGB Variations
Color information
#A4637D (or 0xA4637D) is known color: Strikemaster. HEX triplet: A4, 63 and 7D. RGB value is (164,99,125). Sum of RGB (Red+Green+Blue) = 164+99+125=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4637D is #5B9C82. Grayscale: #797979. Windows color (decimal): -6003843 or 8217508. OLE color: 8217508.
HSL color Cylindrical-coordinate representation of color #A4637D: hue angle of 336º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4637D is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 125 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.36 |
| HSL | 336º | 0.26% | 0.52% | - |
| HSV(B) | 336º | 0.4% | 0.64% | - |
| XYZ | 23.47 | 18.3 | 21.7 | - |
| YUV | 121.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 125 | 0 | 0.40 | 0.24 | 0.36 | 336 | 0.26 | 0.52 |
| Hex | A4 | 63 | 7D | 0 | 28 | 18 | 24 | 150 | 1A | 34 |
| Octal | 244 | 143 | 175 | 0 | 50 | 30 | 44 | 520 | 32 | 64 |
| Binary | 10100100 | 1100011 | 1111101 | 0 | 101000 | 11000 | 100100 | 101010000 | 11010 | 110100 |
Color Harmonies of #A4637D
Complementary color
Monochromatic Colors of #A4637D
Black with #A4637D
Text Example
Text Example
White with #A4637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4637D; }
p { color: rgb(164,99,125); }
H1.HeaderClassName
{
color: #A4637D;
}
.AnyTagClassName
{
color: #A4637D;
}
</style>
background-color css
<style>
a { background-color: #A4637D; }
a { background-color: rgb(164,99,125); }
div.DivClassName
{
background-color: #A4637D;
}
.BgClassName
{
background-color: #A4637D;
}
</style>
border-color css
<style>
span { border-color: #A4637D; }
span { border-color: rgb(164,99,125); }
td.TdClassName
{
border-color: #A4637D;
}
.TagClassName
{
border-color: #A4637D;
}
</style>