#A66384

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

Shades of Strikemaster #A66384

Tints of Strikemaster #A66384

Color information

#A66384 (or 0xA66384) is unknown color: approx Strikemaster. HEX triplet: A6, 63 and 84. RGB value is (166,99,132). Sum of RGB (Red+Green+Blue) = 166+99+132=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A66384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66384 is #599C7B. Grayscale: #7A7A7A. Windows color (decimal): -5872764 or 8676262. OLE color: 8676262.

HSL color Cylindrical-coordinate representation of color #A66384: hue angle of 330.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66384 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16699132-
CMYK00.400.200.35
HSL330.45º27.35%51.96%-
HSV(B)330.45º40.36%65.1%-
XYZ24.3518.724.16-
YUV122.8133.2158.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=41.81%
G=24.94%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669913200.400.200.35330.4527.3551.96
HexA66384028142314a1b34
Octal24614320405024435123364
Binary1010011011000111000010001010001010010001110100101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66384; }

 p { color: rgb(166,99,132); }

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

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

 a { background-color: rgb(166,99,132); }

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

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

 span { border-color: rgb(166,99,132); }

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