Shades of Strikemaster #A4637F
Tints of Strikemaster #A4637F
RGB
CMYK
RGB Variations
Color information
#A4637F (or 0xA4637F) is known color: Strikemaster. HEX triplet: A4, 63 and 7F. RGB value is (164,99,127). Sum of RGB (Red+Green+Blue) = 164+99+127=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4637F is #5B9C80. Grayscale: #797979. Windows color (decimal): -6003841 or 8348580. OLE color: 8348580.
HSL color Cylindrical-coordinate representation of color #A4637F: hue angle of 334.15º 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 #A4637F is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 127 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.36 |
| HSL | 334.15º | 0.26% | 0.52% | - |
| HSV(B) | 334.15º | 0.4% | 0.64% | - |
| XYZ | 23.6 | 18.35 | 22.38 | - |
| YUV | 121.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 127 | 0 | 0.40 | 0.23 | 0.36 | 334.15 | 0.26 | 0.52 |
| Hex | A4 | 63 | 7F | 0 | 28 | 17 | 24 | 14E | 1A | 34 |
| Octal | 244 | 143 | 177 | 0 | 50 | 27 | 44 | 516 | 32 | 64 |
| Binary | 10100100 | 1100011 | 1111111 | 0 | 101000 | 10111 | 100100 | 101001110 | 11010 | 110100 |
Color Harmonies of #A4637F
Complementary color
Monochromatic Colors of #A4637F
Black with #A4637F
Text Example
Text Example
White with #A4637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4637F; }
p { color: rgb(164,99,127); }
H1.HeaderClassName
{
color: #A4637F;
}
.AnyTagClassName
{
color: #A4637F;
}
</style>
background-color css
<style>
a { background-color: #A4637F; }
a { background-color: rgb(164,99,127); }
div.DivClassName
{
background-color: #A4637F;
}
.BgClassName
{
background-color: #A4637F;
}
</style>
border-color css
<style>
span { border-color: #A4637F; }
span { border-color: rgb(164,99,127); }
td.TdClassName
{
border-color: #A4637F;
}
.TagClassName
{
border-color: #A4637F;
}
</style>