#A56884

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

Shades of Strikemaster #A56884

Tints of Strikemaster #A56884

Color information

#A56884 (or 0xA56884) is unknown color: approx Strikemaster. HEX triplet: A5, 68 and 84. RGB value is (165,104,132). Sum of RGB (Red+Green+Blue) = 165+104+132=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A56884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56884 is #5A977B. Grayscale: #7D7D7D. Windows color (decimal): -5937020 or 8677541. OLE color: 8677541.

HSL color Cylindrical-coordinate representation of color #A56884: hue angle of 332.46º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56884 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB165104132-
CMYK00.370.200.35
HSL332.46º25.31%52.75%-
HSV(B)332.46º36.97%64.71%-
XYZ24.6319.5724.31-
YUV125.43131.71156.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=41.15%
G=25.94%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510413200.370.200.35332.4625.3152.75
HexA56884025142314c1935
Octal24515020404524435143165
Binary1010010111010001000010001001011010010001110100110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56884; }

 p { color: rgb(165,104,132); }

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

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

 a { background-color: rgb(165,104,132); }

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

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

 span { border-color: rgb(165,104,132); }

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