#A56788

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

Shades of Strikemaster #A56788

Tints of Strikemaster #A56788

Color information

#A56788 (or 0xA56788) is unknown color: approx Strikemaster. HEX triplet: A5, 67 and 88. RGB value is (165,103,136). Sum of RGB (Red+Green+Blue) = 165+103+136=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A56788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56788 is #5A9877. Grayscale: #7D7D7D. Windows color (decimal): -5937272 or 8939429. OLE color: 8939429.

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

Color convert

RGB165103136-
CMYK00.380.180.35
HSL328.06º25.62%52.55%-
HSV(B)328.06º37.58%64.71%-
XYZ24.8119.4825.74-
YUV125.3134.04156.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=40.84%
G=25.50%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510313600.380.180.35328.0625.6252.55
HexA5678802612231481a35
Octal24514721004622435103265
Binary1010010111001111000100001001101001010001110100100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56788; }

 p { color: rgb(165,103,136); }

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

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

 a { background-color: rgb(165,103,136); }

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

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

 span { border-color: rgb(165,103,136); }

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