#A66184

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

Shades of Strikemaster #A66184

Tints of Strikemaster #A66184

Color information

#A66184 (or 0xA66184) is unknown color: approx Strikemaster. HEX triplet: A6, 61 and 84. RGB value is (166,97,132). Sum of RGB (Red+Green+Blue) = 166+97+132=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A66184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66184 is #599E7B. Grayscale: #797979. Windows color (decimal): -5873276 or 8675750. OLE color: 8675750.

HSL color Cylindrical-coordinate representation of color #A66184: hue angle of 329.57º 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 #A66184 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16697132-
CMYK00.420.200.35
HSL329.57º27.94%51.57%-
HSV(B)329.57º41.57%65.1%-
XYZ24.1718.3224.09-
YUV121.62133.86159.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=42.03%
G=24.56%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669713200.420.200.35329.5727.9451.57
HexA6618402A142314a1c34
Octal24614120405224435123464
Binary1010011011000011000010001010101010010001110100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66184; }

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

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

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

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

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

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

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

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