Shades of Strikemaster #A4627D
Tints of Strikemaster #A4627D
RGB
CMYK
RGB Variations
Color information
#A4627D (or 0xA4627D) is known color: Strikemaster. HEX triplet: A4, 62 and 7D. RGB value is (164,98,125). Sum of RGB (Red+Green+Blue) = 164+98+125=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4627D is #5B9D82. Grayscale: #787878. Windows color (decimal): -6004099 or 8217252. OLE color: 8217252.
HSL color Cylindrical-coordinate representation of color #A4627D: hue angle of 335.45º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4627D is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 125 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.36 |
| HSL | 335.45º | 0.27% | 0.51% | - |
| HSV(B) | 335.45º | 0.4% | 0.64% | - |
| XYZ | 23.38 | 18.11 | 21.67 | - |
| YUV | 120.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 125 | 0 | 0.40 | 0.24 | 0.36 | 335.45 | 0.27 | 0.51 |
| Hex | A4 | 62 | 7D | 0 | 28 | 18 | 24 | 14F | 1B | 33 |
| Octal | 244 | 142 | 175 | 0 | 50 | 30 | 44 | 517 | 33 | 63 |
| Binary | 10100100 | 1100010 | 1111101 | 0 | 101000 | 11000 | 100100 | 101001111 | 11011 | 110011 |
Color Harmonies of #A4627D
Complementary color
Monochromatic Colors of #A4627D
Black with #A4627D
Text Example
Text Example
White with #A4627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4627D; }
p { color: rgb(164,98,125); }
H1.HeaderClassName
{
color: #A4627D;
}
.AnyTagClassName
{
color: #A4627D;
}
</style>
background-color css
<style>
a { background-color: #A4627D; }
a { background-color: rgb(164,98,125); }
div.DivClassName
{
background-color: #A4627D;
}
.BgClassName
{
background-color: #A4627D;
}
</style>
border-color css
<style>
span { border-color: #A4627D; }
span { border-color: rgb(164,98,125); }
td.TdClassName
{
border-color: #A4627D;
}
.TagClassName
{
border-color: #A4627D;
}
</style>