#A36384

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

Shades of Strikemaster #A36384

Tints of Strikemaster #A36384

Color information

#A36384 (or 0xA36384) is unknown color: approx Strikemaster. HEX triplet: A3, 63 and 84. RGB value is (163,99,132). Sum of RGB (Red+Green+Blue) = 163+99+132=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A36384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36384 is #5C9C7B. Grayscale: #797979. Windows color (decimal): -6069372 or 8676259. OLE color: 8676259.

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

Color convert

RGB16399132-
CMYK00.390.190.36
HSL329.06º25.81%51.37%-
HSV(B)329.06º39.26%63.92%-
XYZ23.7318.3824.13-
YUV121.9133.7157.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.37%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 132 (51.95% from 255) = 33.50%
R=41.37%
G=25.13%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639913200.390.190.36329.0625.8151.37
HexA3638402713241491a33
Octal24314320404723445113263
Binary1010001111000111000010001001111001110010010100100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36384; }

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

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

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

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

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

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

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

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