#A56789

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

Shades of Strikemaster #A56789

Tints of Strikemaster #A56789

Color information

#A56789 (or 0xA56789) is unknown color: approx Strikemaster. HEX triplet: A5, 67 and 89. RGB value is (165,103,137). Sum of RGB (Red+Green+Blue) = 165+103+137=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A56789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56789 is #5A9876. Grayscale: #7D7D7D. Windows color (decimal): -5937271 or 9004965. OLE color: 9004965.

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

Color convert

RGB165103137-
CMYK00.380.170.35
HSL327.1º25.62%52.55%-
HSV(B)327.1º37.58%64.71%-
XYZ24.8819.5126.12-
YUV125.41134.54156.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 137 (53.91% from 255) = 33.83%
R=40.74%
G=25.43%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510313700.380.170.35327.125.6252.55
HexA5678902611231471a35
Octal24514721104621435073265
Binary1010010111001111000100101001101000110001110100011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56789; }

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

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

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

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

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

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

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

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