#A56083

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

Shades of Strikemaster #A56083

Tints of Strikemaster #A56083

Color information

#A56083 (or 0xA56083) is unknown color: approx Strikemaster. HEX triplet: A5, 60 and 83. RGB value is (165,96,131). Sum of RGB (Red+Green+Blue) = 165+96+131=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A56083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56083 is #5A9F7C. Grayscale: #787878. Windows color (decimal): -5939069 or 8609957. OLE color: 8609957.

HSL color Cylindrical-coordinate representation of color #A56083: hue angle of 329.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56083 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB16596131-
CMYK00.420.210.35
HSL329.57º27.71%51.18%-
HSV(B)329.57º41.82%64.71%-
XYZ23.81823.69-
YUV120.62133.86159.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=42.09%
G=24.49%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659613100.420.210.35329.5727.7151.18
HexA5608302A152314a1c33
Octal24514020305225435123463
Binary1010010111000001000001101010101010110001110100101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56083; }

 p { color: rgb(165,96,131); }

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

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

 a { background-color: rgb(165,96,131); }

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

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

 span { border-color: rgb(165,96,131); }

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