Shades of Strikemaster #A46088
Tints of Strikemaster #A46088
RGB
CMYK
RGB Variations
Color information
#A46088 (or 0xA46088) is known color: Strikemaster. HEX triplet: A4, 60 and 88. RGB value is (164,96,136). Sum of RGB (Red+Green+Blue) = 164+96+136=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A46088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46088 is #5B9F77. Grayscale: #787878. Windows color (decimal): -6004600 or 8937636. OLE color: 8937636.
HSL color Cylindrical-coordinate representation of color #A46088: hue angle of 324.71º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46088 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 96 | 136 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.36 |
| HSL | 324.71º | 0.27% | 0.51% | - |
| HSV(B) | 324.71º | 0.41% | 0.64% | - |
| XYZ | 23.94 | 18.04 | 25.51 | - |
| YUV | 120.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 136 | 0 | 0.41 | 0.17 | 0.36 | 324.71 | 0.27 | 0.51 |
| Hex | A4 | 60 | 88 | 0 | 29 | 11 | 24 | 145 | 1B | 33 |
| Octal | 244 | 140 | 210 | 0 | 51 | 21 | 44 | 505 | 33 | 63 |
| Binary | 10100100 | 1100000 | 10001000 | 0 | 101001 | 10001 | 100100 | 101000101 | 11011 | 110011 |
Color Harmonies of #A46088
Complementary color
Monochromatic Colors of #A46088
Black with #A46088
Text Example
Text Example
White with #A46088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46088; }
p { color: rgb(164,96,136); }
H1.HeaderClassName
{
color: #A46088;
}
.AnyTagClassName
{
color: #A46088;
}
</style>
background-color css
<style>
a { background-color: #A46088; }
a { background-color: rgb(164,96,136); }
div.DivClassName
{
background-color: #A46088;
}
.BgClassName
{
background-color: #A46088;
}
</style>
border-color css
<style>
span { border-color: #A46088; }
span { border-color: rgb(164,96,136); }
td.TdClassName
{
border-color: #A46088;
}
.TagClassName
{
border-color: #A46088;
}
</style>