#A56787

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

Shades of Strikemaster #A56787

Tints of Strikemaster #A56787

Color information

#A56787 (or 0xA56787) is unknown color: approx Strikemaster. HEX triplet: A5, 67 and 87. RGB value is (165,103,135). Sum of RGB (Red+Green+Blue) = 165+103+135=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A56787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56787 is #5A9878. Grayscale: #7D7D7D. Windows color (decimal): -5937273 or 8873893. OLE color: 8873893.

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

Color convert

RGB165103135-
CMYK00.380.180.35
HSL329.03º25.62%52.55%-
HSV(B)329.03º37.58%64.71%-
XYZ24.7419.4525.37-
YUV125.19133.54156.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 135 (53.12% from 255) = 33.50%
R=40.94%
G=25.56%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510313500.380.180.35329.0325.6252.55
HexA5678702612231491a35
Octal24514720704622435113265
Binary1010010111001111000011101001101001010001110100100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56787; }

 p { color: rgb(165,103,135); }

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

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

 a { background-color: rgb(165,103,135); }

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

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

 span { border-color: rgb(165,103,135); }

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