#A56280

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

Shades of Strikemaster #A56280

Tints of Strikemaster #A56280

Color information

#A56280 (or 0xA56280) is unknown color: approx Strikemaster. HEX triplet: A5, 62 and 80. RGB value is (165,98,128). Sum of RGB (Red+Green+Blue) = 165+98+128=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A56280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56280 is #5A9D7F. Grayscale: #797979. Windows color (decimal): -5938560 or 8413861. OLE color: 8413861.

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

Color convert

RGB16598128-
CMYK00.410.220.35
HSL333.13º27.13%51.57%-
HSV(B)333.13º40.61%64.71%-
XYZ23.7818.2922.7-
YUV121.45131.7159.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=42.20%
G=25.06%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659812800.410.220.35333.1327.1351.57
HexA56280029162314d1b34
Octal24514220005126435153364
Binary1010010111000101000000001010011011010001110100110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56280; }

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

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

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

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

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

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

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

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