#A56480

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

Shades of Strikemaster #A56480

Tints of Strikemaster #A56480

Color information

#A56480 (or 0xA56480) is unknown color: approx Strikemaster. HEX triplet: A5, 64 and 80. RGB value is (165,100,128). Sum of RGB (Red+Green+Blue) = 165+100+128=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A56480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56480 is #5A9B7F. Grayscale: #7A7A7A. Windows color (decimal): -5938048 or 8414373. OLE color: 8414373.

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

Color convert

RGB165100128-
CMYK00.390.220.35
HSL334.15º26.53%51.96%-
HSV(B)334.15º39.39%64.71%-
XYZ23.9718.6722.76-
YUV122.63131.03158.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=41.98%
G=25.45%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510012800.390.220.35334.1526.5351.96
HexA56480027162314e1b34
Octal24514420004726435163364
Binary1010010111001001000000001001111011010001110100111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56480; }

 p { color: rgb(165,100,128); }

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

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

 a { background-color: rgb(165,100,128); }

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

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

 span { border-color: rgb(165,100,128); }

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