#A56E88

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

Shades of Strikemaster #A56E88

Tints of Strikemaster #A56E88

Color information

#A56E88 (or 0xA56E88) is unknown color: approx Strikemaster. HEX triplet: A5, 6E and 88. RGB value is (165,110,136). Sum of RGB (Red+Green+Blue) = 165+110+136=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E88 is #5A9177. Grayscale: #818181. Windows color (decimal): -5935480 or 8941221. OLE color: 8941221.

HSL color Cylindrical-coordinate representation of color #A56E88: hue angle of 331.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56E88 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB165110136-
CMYK00.330.180.35
HSL331.64º23.4%53.92%-
HSV(B)331.64º33.33%64.71%-
XYZ25.5420.9325.99-
YUV129.41131.72153.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=40.15%
G=26.76%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511013600.330.180.35331.6423.453.92
HexA56E88021122314c1736
Octal24515621004122435142766
Binary1010010111011101000100001000011001010001110100110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E88; }

 p { color: rgb(165,110,136); }

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

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

 a { background-color: rgb(165,110,136); }

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

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

 span { border-color: rgb(165,110,136); }

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