#A46584

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

Shades of Strikemaster #A46584

Tints of Strikemaster #A46584

Color information

#A46584 (or 0xA46584) is unknown color: approx Strikemaster. HEX triplet: A4, 65 and 84. RGB value is (164,101,132). Sum of RGB (Red+Green+Blue) = 164+101+132=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A46584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46584 is #5B9A7B. Grayscale: #7B7B7B. Windows color (decimal): -6003324 or 8676772. OLE color: 8676772.

HSL color Cylindrical-coordinate representation of color #A46584: hue angle of 330.48º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46584 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB164101132-
CMYK00.380.200.36
HSL330.48º25.71%51.96%-
HSV(B)330.48º38.41%64.31%-
XYZ24.1318.8724.2-
YUV123.37132.87156.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=41.31%
G=25.44%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410113200.380.200.36330.4825.7151.96
HexA46584026142414a1a34
Octal24414520404624445123264
Binary1010010011001011000010001001101010010010010100101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46584; }

 p { color: rgb(164,101,132); }

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

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

 a { background-color: rgb(164,101,132); }

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

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

 span { border-color: rgb(164,101,132); }

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