#A56784

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

Shades of Strikemaster #A56784

Tints of Strikemaster #A56784

Color information

#A56784 (or 0xA56784) is unknown color: approx Strikemaster. HEX triplet: A5, 67 and 84. RGB value is (165,103,132). Sum of RGB (Red+Green+Blue) = 165+103+132=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A56784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56784 is #5A987B. Grayscale: #7C7C7C. Windows color (decimal): -5937276 or 8677285. OLE color: 8677285.

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

Color convert

RGB165103132-
CMYK00.380.200.35
HSL331.94º25.62%52.55%-
HSV(B)331.94º37.58%64.71%-
XYZ24.5319.3724.27-
YUV124.84132.04156.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 132 (51.95% from 255) = 33%
R=41.25%
G=25.75%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510313200.380.200.35331.9425.6252.55
HexA56784026142314c1a35
Octal24514720404624435143265
Binary1010010111001111000010001001101010010001110100110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56784; }

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

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

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

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

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

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

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

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