#A56382

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

Shades of Strikemaster #A56382

Tints of Strikemaster #A56382

Color information

#A56382 (or 0xA56382) is unknown color: approx Strikemaster. HEX triplet: A5, 63 and 82. RGB value is (165,99,130). Sum of RGB (Red+Green+Blue) = 165+99+130=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A56382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56382 is #5A9C7D. Grayscale: #7A7A7A. Windows color (decimal): -5938302 or 8545189. OLE color: 8545189.

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

Color convert

RGB16599130-
CMYK00.400.210.35
HSL331.82º26.83%51.76%-
HSV(B)331.82º40%64.71%-
XYZ24.0118.5323.43-
YUV122.27132.37158.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=41.88%
G=25.13%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659913000.400.210.35331.8226.8351.76
HexA56382028152314c1b34
Octal24514320205025435143364
Binary1010010111000111000001001010001010110001110100110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56382; }

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

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

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

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

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

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

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

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