#A46486

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

Shades of Strikemaster #A46486

Tints of Strikemaster #A46486

Color information

#A46486 (or 0xA46486) is unknown color: approx Strikemaster. HEX triplet: A4, 64 and 86. RGB value is (164,100,134). Sum of RGB (Red+Green+Blue) = 164+100+134=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A46486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46486 is #5B9B79. Grayscale: #7A7A7A. Windows color (decimal): -6003578 or 8807588. OLE color: 8807588.

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

Color convert

RGB164100134-
CMYK00.390.180.36
HSL328.12º26.02%51.76%-
HSV(B)328.12º39.02%64.31%-
XYZ24.1718.7324.9-
YUV123.01134.2157.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 134 (52.73% from 255) = 33.67%
R=41.21%
G=25.13%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410013400.390.180.36328.1226.0251.76
HexA4648602712241481a34
Octal24414420604722445103264
Binary1010010011001001000011001001111001010010010100100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46486; }

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

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

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

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

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

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

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

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