Shades of Strikemaster #A46A86
Tints of Strikemaster #A46A86
RGB
CMYK
RGB Variations
Color information
#A46A86 (or 0xA46A86) is known color: Strikemaster. HEX triplet: A4, 6A and 86. RGB value is (164,106,134). Sum of RGB (Red+Green+Blue) = 164+106+134=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A86 is #5B9579. Grayscale: #7E7E7E. Windows color (decimal): -6002042 or 8809124. OLE color: 8809124.
HSL color Cylindrical-coordinate representation of color #A46A86: hue angle of 331.03º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46A86 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 134 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.36 |
| HSL | 331.03º | 0.24% | 0.53% | - |
| HSV(B) | 331.03º | 0.35% | 0.64% | - |
| XYZ | 24.77 | 19.92 | 25.09 | - |
| YUV | 126.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 134 | 0 | 0.35 | 0.18 | 0.36 | 331.03 | 0.24 | 0.53 |
| Hex | A4 | 6A | 86 | 0 | 23 | 12 | 24 | 14B | 18 | 35 |
| Octal | 244 | 152 | 206 | 0 | 43 | 22 | 44 | 513 | 30 | 65 |
| Binary | 10100100 | 1101010 | 10000110 | 0 | 100011 | 10010 | 100100 | 101001011 | 11000 | 110101 |
Color Harmonies of #A46A86
Complementary color
Monochromatic Colors of #A46A86
Black with #A46A86
Text Example
Text Example
White with #A46A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A86; }
p { color: rgb(164,106,134); }
H1.HeaderClassName
{
color: #A46A86;
}
.AnyTagClassName
{
color: #A46A86;
}
</style>
background-color css
<style>
a { background-color: #A46A86; }
a { background-color: rgb(164,106,134); }
div.DivClassName
{
background-color: #A46A86;
}
.BgClassName
{
background-color: #A46A86;
}
</style>
border-color css
<style>
span { border-color: #A46A86; }
span { border-color: rgb(164,106,134); }
td.TdClassName
{
border-color: #A46A86;
}
.TagClassName
{
border-color: #A46A86;
}
</style>