#A66186

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

Shades of Strikemaster #A66186

Tints of Strikemaster #A66186

Color information

#A66186 (or 0xA66186) is unknown color: approx Strikemaster. HEX triplet: A6, 61 and 86. RGB value is (166,97,134). Sum of RGB (Red+Green+Blue) = 166+97+134=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A66186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66186 is #599E79. Grayscale: #797979. Windows color (decimal): -5873274 or 8806822. OLE color: 8806822.

HSL color Cylindrical-coordinate representation of color #A66186: hue angle of 327.83º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66186 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16697134-
CMYK00.420.190.35
HSL327.83º27.94%51.57%-
HSV(B)327.83º41.57%65.1%-
XYZ24.318.3824.82-
YUV121.85134.86159.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=41.81%
G=24.43%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669713400.420.190.35327.8327.9451.57
HexA6618602A13231481c34
Octal24614120605223435103464
Binary1010011011000011000011001010101001110001110100100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66186; }

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

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

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

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

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

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

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

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