#A56290

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

Shades of Strikemaster #A56290

Tints of Strikemaster #A56290

Color information

#A56290 (or 0xA56290) is unknown color: approx Strikemaster. HEX triplet: A5, 62 and 90. RGB value is (165,98,144). Sum of RGB (Red+Green+Blue) = 165+98+144=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A56290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56290 is #5A9D6F. Grayscale: #7B7B7B. Windows color (decimal): -5938544 or 9462437. OLE color: 9462437.

HSL color Cylindrical-coordinate representation of color #A56290: hue angle of 318.81º 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 #A56290 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16598144-
CMYK00.410.130.35
HSL318.81º27.13%51.57%-
HSV(B)318.81º40.61%64.71%-
XYZ24.9218.7528.69-
YUV123.28139.7157.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=40.54%
G=24.08%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659814400.410.130.35318.8127.1351.57
HexA56290029D2313f1b34
Octal24514222005115434773364
Binary101001011100010100100000101001110110001110011111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56290; }

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

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

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

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

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

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

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

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