#A46186

Color #A46186 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #A46186

Tints of Strikemaster #A46186

Color information

#A46186 (or 0xA46186) is unknown color: approx Strikemaster. HEX triplet: A4, 61 and 86. RGB value is (164,97,134). Sum of RGB (Red+Green+Blue) = 164+97+134=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A46186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46186 is #5B9E79. Grayscale: #797979. Windows color (decimal): -6004346 or 8806820. OLE color: 8806820.

HSL color Cylindrical-coordinate representation of color #A46186: hue angle of 326.87º 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 #A46186 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16497134-
CMYK00.410.180.36
HSL326.87º26.91%51.18%-
HSV(B)326.87º40.85%64.31%-
XYZ23.8918.1624.8-
YUV121.25135.2158.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=41.52%
G=24.56%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649713400.410.180.36326.8726.9151.18
HexA4618602912241471b33
Octal24414120605122445073363
Binary1010010011000011000011001010011001010010010100011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46186; }

 p { color: rgb(164,97,134); }

 H1.HeaderClassName
 {
   color: #A46186;
 }
 .AnyTagClassName
 {
   color: #A46186;
 }
</style>
background-color css

<style>
 a { background-color: #A46186; }

 a { background-color: rgb(164,97,134); }

 div.DivClassName
 {
   background-color: #A46186;
 }
 .BgClassName
 {
   background-color: #A46186;
 }
</style>
border-color css

<style>
 span { border-color: #A46186; }

 span { border-color: rgb(164,97,134); }

 td.TdClassName
 {
   border-color: #A46186;
 }
 .TagClassName
 {
   border-color: #A46186;
 }
</style>