Shades of Strikemaster #A46D88
Tints of Strikemaster #A46D88
RGB
CMYK
RGB Variations
Color information
#A46D88 (or 0xA46D88) is known color: Strikemaster. HEX triplet: A4, 6D and 88. RGB value is (164,109,136). Sum of RGB (Red+Green+Blue) = 164+109+136=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D88 is #5B9277. Grayscale: #808080. Windows color (decimal): -6001272 or 8940964. OLE color: 8940964.
HSL color Cylindrical-coordinate representation of color #A46D88: hue angle of 330.55º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46D88 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 136 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.36 |
| HSL | 330.55º | 0.23% | 0.54% | - |
| HSV(B) | 330.55º | 0.34% | 0.64% | - |
| XYZ | 25.22 | 20.61 | 25.94 | - |
| YUV | 128.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 136 | 0 | 0.34 | 0.17 | 0.36 | 330.55 | 0.23 | 0.54 |
| Hex | A4 | 6D | 88 | 0 | 22 | 11 | 24 | 14B | 17 | 36 |
| Octal | 244 | 155 | 210 | 0 | 42 | 21 | 44 | 513 | 27 | 66 |
| Binary | 10100100 | 1101101 | 10001000 | 0 | 100010 | 10001 | 100100 | 101001011 | 10111 | 110110 |
Color Harmonies of #A46D88
Complementary color
Monochromatic Colors of #A46D88
Black with #A46D88
Text Example
Text Example
White with #A46D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D88; }
p { color: rgb(164,109,136); }
H1.HeaderClassName
{
color: #A46D88;
}
.AnyTagClassName
{
color: #A46D88;
}
</style>
background-color css
<style>
a { background-color: #A46D88; }
a { background-color: rgb(164,109,136); }
div.DivClassName
{
background-color: #A46D88;
}
.BgClassName
{
background-color: #A46D88;
}
</style>
border-color css
<style>
span { border-color: #A46D88; }
span { border-color: rgb(164,109,136); }
td.TdClassName
{
border-color: #A46D88;
}
.TagClassName
{
border-color: #A46D88;
}
</style>