#A56686

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

Shades of Strikemaster #A56686

Tints of Strikemaster #A56686

Color information

#A56686 (or 0xA56686) is unknown color: approx Strikemaster. HEX triplet: A5, 66 and 86. RGB value is (165,102,134). Sum of RGB (Red+Green+Blue) = 165+102+134=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A56686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56686 is #5A9979. Grayscale: #7C7C7C. Windows color (decimal): -5937530 or 8808101. OLE color: 8808101.

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

Color convert

RGB165102134-
CMYK00.380.190.35
HSL329.52º25.93%52.35%-
HSV(B)329.52º38.18%64.71%-
XYZ24.5719.2224.97-
YUV124.48133.37156.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 134 (52.73% from 255) = 33.42%
R=41.15%
G=25.44%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510213400.380.190.35329.5225.9352.35
HexA56686026132314a1a34
Octal24514620604623435123264
Binary1010010111001101000011001001101001110001110100101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56686; }

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

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

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

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

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

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

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

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