#A56386

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

Shades of Strikemaster #A56386

Tints of Strikemaster #A56386

Color information

#A56386 (or 0xA56386) is unknown color: approx Strikemaster. HEX triplet: A5, 63 and 86. RGB value is (165,99,134). Sum of RGB (Red+Green+Blue) = 165+99+134=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A56386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56386 is #5A9C79. Grayscale: #7A7A7A. Windows color (decimal): -5938298 or 8807333. OLE color: 8807333.

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

Color convert

RGB16599134-
CMYK00.400.190.35
HSL328.18º26.83%51.76%-
HSV(B)328.18º40%64.71%-
XYZ24.2818.6424.87-
YUV122.72134.37158.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 134 (52.73% from 255) = 33.67%
R=41.46%
G=24.87%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659913400.400.190.35328.1826.8351.76
HexA5638602813231481b34
Octal24514320605023435103364
Binary1010010111000111000011001010001001110001110100100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56386; }

 p { color: rgb(165,99,134); }

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

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

 a { background-color: rgb(165,99,134); }

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

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

 span { border-color: rgb(165,99,134); }

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