Shades of Strikemaster #A45185
Tints of Strikemaster #A45185
RGB
CMYK
RGB Variations
Color information
#A45185 (or 0xA45185) is known color: Strikemaster. HEX triplet: A4, 51 and 85. RGB value is (164,81,133). Sum of RGB (Red+Green+Blue) = 164+81+133=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A45185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45185 is #5BAE7A. Grayscale: #6F6F6F. Windows color (decimal): -6008443 or 8737188. OLE color: 8737188.
HSL color Cylindrical-coordinate representation of color #A45185: hue angle of 322.41º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45185 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 133 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.36 |
| HSL | 322.41º | 0.34% | 0.48% | - |
| HSV(B) | 322.41º | 0.51% | 0.64% | - |
| XYZ | 22.49 | 15.47 | 23.99 | - |
| YUV | 111.75 | 140 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 133 | 0 | 0.51 | 0.19 | 0.36 | 322.41 | 0.34 | 0.48 |
| Hex | A4 | 51 | 85 | 0 | 33 | 13 | 24 | 142 | 22 | 30 |
| Octal | 244 | 121 | 205 | 0 | 63 | 23 | 44 | 502 | 42 | 60 |
| Binary | 10100100 | 1010001 | 10000101 | 0 | 110011 | 10011 | 100100 | 101000010 | 100010 | 110000 |
Color Harmonies of #A45185
Complementary color
Monochromatic Colors of #A45185
Black with #A45185
Text Example
Text Example
White with #A45185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45185; }
p { color: rgb(164,81,133); }
H1.HeaderClassName
{
color: #A45185;
}
.AnyTagClassName
{
color: #A45185;
}
</style>
background-color css
<style>
a { background-color: #A45185; }
a { background-color: rgb(164,81,133); }
div.DivClassName
{
background-color: #A45185;
}
.BgClassName
{
background-color: #A45185;
}
</style>
border-color css
<style>
span { border-color: #A45185; }
span { border-color: rgb(164,81,133); }
td.TdClassName
{
border-color: #A45185;
}
.TagClassName
{
border-color: #A45185;
}
</style>