#A56684

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

Shades of Strikemaster #A56684

Tints of Strikemaster #A56684

Color information

#A56684 (or 0xA56684) is unknown color: approx Strikemaster. HEX triplet: A5, 66 and 84. RGB value is (165,102,132). Sum of RGB (Red+Green+Blue) = 165+102+132=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A56684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56684 is #5A997B. Grayscale: #7C7C7C. Windows color (decimal): -5937532 or 8677029. OLE color: 8677029.

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

Color convert

RGB165102132-
CMYK00.380.200.35
HSL331.43º25.93%52.35%-
HSV(B)331.43º38.18%64.71%-
XYZ24.4319.1724.24-
YUV124.26132.37157.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=41.35%
G=25.56%
B=33.08%

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
Decimal16510213200.380.200.35331.4325.9352.35
HexA56684026142314b1a34
Octal24514620404624435133264
Binary1010010111001101000010001001101010010001110100101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56684; }

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

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

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

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

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

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

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

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