#A56682

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

Shades of Strikemaster #A56682

Tints of Strikemaster #A56682

Color information

#A56682 (or 0xA56682) is unknown color: approx Strikemaster. HEX triplet: A5, 66 and 82. RGB value is (165,102,130). Sum of RGB (Red+Green+Blue) = 165+102+130=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56682 is #5A997D. Grayscale: #7B7B7B. Windows color (decimal): -5937534 or 8545957. OLE color: 8545957.

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

Color convert

RGB165102130-
CMYK00.380.210.35
HSL333.33º25.93%52.35%-
HSV(B)333.33º38.18%64.71%-
XYZ24.319.1123.53-
YUV124.03131.37157.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=41.56%
G=25.69%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510213000.380.210.35333.3325.9352.35
HexA56682026152314d1a34
Octal24514620204625435153264
Binary1010010111001101000001001001101010110001110100110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56682; }

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

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

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

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

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

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

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

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